comparison mcabber/doc/help/en/hlp_iline.txt @ 1174:5ea4906e88fc

Update help files (EN, RU) (Lego12239)
author Mikael Berthe <mikael@lilotux.net>
date Tue, 03 Apr 2007 20:31:35 +0200
parents
children c72432f8e73c
comparison
equal deleted inserted replaced
1173:960f34ec22a2 1174:5ea4906e88fc
1
2 /ILINE fchar|bchar|char_fdel|char_bdel|char_swap
3 /ILINE fword|bword|word_bdel|word_fdel
4 /ILINE word_upcase|word_downcase|word_capit
5 /ILINE hist_prev|hist_next
6 /ILINE iline_start|iline_end|iline_fdel|iline_bdel
7 /ILINE iline_accept|iline_accept_down_hist
8 /ILINE compl_do|compl_cancel
9 /ILINE send_multiline
10
11 Input line commands
12
13 /iline fchar
14 Move to the next letter
15 /iline bchar
16 Move to the previous letter
17 /iline char_fdel
18 Delete the letter at cursor position
19 /iline char_bdel
20 Delete the letter before cursor position
21 /iline char_swap
22 Transpose chars
23 /iline fword
24 Move the cursor forward to the end of the current or next word
25 /iline bword
26 Move the cursor back to the start of the current or previous word
27 /iline word_bdel
28 Delete the word from cursor position to its start
29 /iline word_fdel
30 Delete the word from cursor position to its end
31 /iline word_upcase
32 Convert the word from cursor position to its end to upper case
33 /iline word_downcase
34 Convert the word from cursor position to its end to down case
35 /iline word_capit
36 Capitalize the word from cursor position to its end
37 /iline hist_prev
38 Previous line of input line history
39 /iline hist_next
40 Next line of input line history
41 /iline iline_start
42 Go to the beginning of the input line
43 /iline iline_end
44 Go to the end of the input line
45 /iline iline_fdel
46 Delete from the cursor to the end of line
47 /iline iline_bdel
48 Delete from beginning of the line to the cursor
49 /iline iline_accept
50 Accept line
51 /iline iline_accept_down_hist
52 Accept line and put the next history line in the input line
53 /iline compl_do
54 Complete current word, in the input line
55 /iline compl_cancel
56 Cancel completion
57 /iline send_multiline
58 Send/terminate a multi-line message