summaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-18 20:59:40 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-18 20:59:40 +0000
commit2bc09e0e50c8f6c98575b2a4c80f1638455a6da7 (patch)
treebd3314261e131ee6f61e6d0c282339ba02b4c943 /docs/help
parentbe0e7f04b7ce30b9cfa93faa852ef21c53165acb (diff)
downloadirssi-2bc09e0e50c8f6c98575b2a4c80f1638455a6da7.zip
Added escape_char /BIND command for inserting the next keypress to input
line. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2517 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r--docs/help/in/bind.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/in/bind.in b/docs/help/in/bind.in
index 152ac34d..89cfbdda 100644
--- a/docs/help/in/bind.in
+++ b/docs/help/in/bind.in
@@ -92,6 +92,7 @@ Command can be one of:
refresh_screen
yank_from_cutbuffer - "Undelete" line
transpose_characters - Swap current and previous character
+ escape_char - Insert the next character exactly as-is to input line
insert_text - Insert data to entry line, data may contain $variables.
stop_irc - Send SIGSTOP to client (^Z)