about summary refs log tree commit diff stats
path: root/doc/api.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api.md')
-rw-r--r--doc/api.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api.md b/doc/api.md
index 004b52af..ec41f390 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -223,6 +223,11 @@ press again -> URL)</td>
 </tr>
 
 <tr>
+<td>`showFullAlert()`</td>
+<td>Show the last alert inside the line editor.</td>
+</tr>
+
+<tr>
 <td>`ask(prompt)`</td>
 <td>Ask the user for confirmation. Returns a promise which resolves to a
 boolean value indicating whether the user responded with yes.<br>