annotate mcabber/doc/help/en/hlp_iline.txt @ 2145:3956d1f207a3

Update help files for iline compl_fwd/compl_bwd
author Mikael Berthe <mikael@lilotux.net>
date Sun, 06 Jul 2014 14:51:31 +0200
parents 0870005f7efc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1174
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
1182
c72432f8e73c Fix help style
Mikael Berthe <mikael@lilotux.net>
parents: 1174
diff changeset
2 /ILINE fchar|bchar|char_fdel|char_bdel|char_swap
c72432f8e73c Fix help style
Mikael Berthe <mikael@lilotux.net>
parents: 1174
diff changeset
3 /ILINE fword|bword|word_bdel|word_fdel
c72432f8e73c Fix help style
Mikael Berthe <mikael@lilotux.net>
parents: 1174
diff changeset
4 /ILINE word_upcase|word_downcase|word_capit
1190
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1182
diff changeset
5 /ILINE hist_beginning_search_bwd|hist_beginning_search_fwd
1182
c72432f8e73c Fix help style
Mikael Berthe <mikael@lilotux.net>
parents: 1174
diff changeset
6 /ILINE hist_prev|hist_next
c72432f8e73c Fix help style
Mikael Berthe <mikael@lilotux.net>
parents: 1174
diff changeset
7 /ILINE iline_start|iline_end|iline_fdel|iline_bdel
c72432f8e73c Fix help style
Mikael Berthe <mikael@lilotux.net>
parents: 1174
diff changeset
8 /ILINE iline_accept|iline_accept_down_hist
1947
5ba4d4bb5465 Update help files (/iline iline_insert)
Mikael Berthe <mikael@lilotux.net>
parents: 1190
diff changeset
9 /ILINE iline_insert
1985
0870005f7efc Add command /iline clear_history
Mikael Berthe <mikael@lilotux.net>
parents: 1947
diff changeset
10 /ILINE clear_history
2145
3956d1f207a3 Update help files for iline compl_fwd/compl_bwd
Mikael Berthe <mikael@lilotux.net>
parents: 1985
diff changeset
11 /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
1182
c72432f8e73c Fix help style
Mikael Berthe <mikael@lilotux.net>
parents: 1174
diff changeset
12 /ILINE send_multiline
1174
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
14 Input line commands
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
16 /iline fchar
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
17 Move to the next letter
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
18 /iline bchar
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
19 Move to the previous letter
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
20 /iline char_fdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
21 Delete the letter at cursor position
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
22 /iline char_bdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
23 Delete the letter before cursor position
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
24 /iline char_swap
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
25 Transpose chars
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
26 /iline fword
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
27 Move the cursor forward to the end of the current or next word
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
28 /iline bword
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
29 Move the cursor back to the start of the current or previous word
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
30 /iline word_bdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
31 Delete the word from cursor position to its start
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
32 /iline word_fdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
33 Delete the word from cursor position to its end
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
34 /iline word_upcase
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
35 Convert the word from cursor position to its end to upper case
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
36 /iline word_downcase
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
37 Convert the word from cursor position to its end to down case
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
38 /iline word_capit
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
39 Capitalize the word from cursor position to its end
1190
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1182
diff changeset
40 /iline hist_beginning_search_bwd
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1182
diff changeset
41 Search backward in the history for a line beginning with the current line up to the cursor (this leaves the cursor in its original position)
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1182
diff changeset
42 /iline hist_beginning_search_fwd
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1182
diff changeset
43 Search forward in the history for a line beginning with the current line up to the cursor (this leaves the cursor in its original position)
1174
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
44 /iline hist_prev
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
45 Previous line of input line history
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
46 /iline hist_next
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
47 Next line of input line history
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
48 /iline iline_start
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
49 Go to the beginning of the input line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
50 /iline iline_end
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
51 Go to the end of the input line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
52 /iline iline_fdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
53 Delete from the cursor to the end of line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
54 /iline iline_bdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
55 Delete from beginning of the line to the cursor
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
56 /iline iline_accept
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
57 Accept line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
58 /iline iline_accept_down_hist
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
59 Accept line and put the next history line in the input line
1947
5ba4d4bb5465 Update help files (/iline iline_insert)
Mikael Berthe <mikael@lilotux.net>
parents: 1190
diff changeset
60 /iline iline_insert text
5ba4d4bb5465 Update help files (/iline iline_insert)
Mikael Berthe <mikael@lilotux.net>
parents: 1190
diff changeset
61 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).
1985
0870005f7efc Add command /iline clear_history
Mikael Berthe <mikael@lilotux.net>
parents: 1947
diff changeset
62 /iline clear_history
0870005f7efc Add command /iline clear_history
Mikael Berthe <mikael@lilotux.net>
parents: 1947
diff changeset
63 Clear the command line history
2145
3956d1f207a3 Update help files for iline compl_fwd/compl_bwd
Mikael Berthe <mikael@lilotux.net>
parents: 1985
diff changeset
64 /iline compl_do_fwd|compl_do_bwd
3956d1f207a3 Update help files for iline compl_fwd/compl_bwd
Mikael Berthe <mikael@lilotux.net>
parents: 1985
diff changeset
65 Complete (forward or backward) current word, in the input line
1174
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
66 /iline compl_cancel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
67 Cancel completion
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
68 /iline send_multiline
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
69 Send/terminate a multi-line message