comparison mcabber/doc/help/en/hlp_iline.txt @ 1947:5ba4d4bb5465

Update help files (/iline iline_insert)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 03 Mar 2011 19:56:44 +0100
parents be06bbe7e449
children 0870005f7efc
comparison
equal deleted inserted replaced
1946:69f03eabe514 1947:5ba4d4bb5465
4 /ILINE word_upcase|word_downcase|word_capit 4 /ILINE word_upcase|word_downcase|word_capit
5 /ILINE hist_beginning_search_bwd|hist_beginning_search_fwd 5 /ILINE hist_beginning_search_bwd|hist_beginning_search_fwd
6 /ILINE hist_prev|hist_next 6 /ILINE hist_prev|hist_next
7 /ILINE iline_start|iline_end|iline_fdel|iline_bdel 7 /ILINE iline_start|iline_end|iline_fdel|iline_bdel
8 /ILINE iline_accept|iline_accept_down_hist 8 /ILINE iline_accept|iline_accept_down_hist
9 /ILINE iline_insert
9 /ILINE compl_do|compl_cancel 10 /ILINE compl_do|compl_cancel
10 /ILINE send_multiline 11 /ILINE send_multiline
11 12
12 Input line commands 13 Input line commands
13 14
53 Delete from beginning of the line to the cursor 54 Delete from beginning of the line to the cursor
54 /iline iline_accept 55 /iline iline_accept
55 Accept line 56 Accept line
56 /iline iline_accept_down_hist 57 /iline iline_accept_down_hist
57 Accept line and put the next history line in the input line 58 Accept line and put the next history line in the input line
59 /iline iline_insert text
60 Insert some text in the input line, at the current position. Please note that quotes have to be escaped, and that the screen is not refreshed (use /screen_refresh).
58 /iline compl_do 61 /iline compl_do
59 Complete current word, in the input line 62 Complete current word, in the input line
60 /iline compl_cancel 63 /iline compl_cancel
61 Cancel completion 64 Cancel completion
62 /iline send_multiline 65 /iline send_multiline