annotate mcabber/doc/help/en/hlp_iline.txt @ 1190:be06bbe7e449

Add readline_hist_beginning_search_bwd/fwd functions These function match the actual behaviour of Up/Down in mcabber. /iline hist_prev|hist_next now have a more traditional behaviour
author Mikael Berthe <mikael@lilotux.net>
date Fri, 20 Apr 2007 19:06:24 +0200
parents c72432f8e73c
children 5ba4d4bb5465
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
c72432f8e73c Fix help style
Mikael Berthe <mikael@lilotux.net>
parents: 1174
diff changeset
9 /ILINE compl_do|compl_cancel
c72432f8e73c Fix help style
Mikael Berthe <mikael@lilotux.net>
parents: 1174
diff changeset
10 /ILINE send_multiline
1174
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12 Input line commands
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 /iline fchar
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15 Move to the next letter
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
16 /iline bchar
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
17 Move to the previous letter
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
18 /iline char_fdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
19 Delete the letter at cursor position
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
20 /iline char_bdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
21 Delete the letter before cursor position
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
22 /iline char_swap
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
23 Transpose chars
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
24 /iline fword
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
25 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
26 /iline bword
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
27 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
28 /iline word_bdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
29 Delete the word from cursor position to its start
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
30 /iline word_fdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
31 Delete the word from cursor position to its end
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
32 /iline word_upcase
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
33 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
34 /iline word_downcase
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 down case
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
36 /iline word_capit
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
37 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
38 /iline hist_beginning_search_bwd
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1182
diff changeset
39 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
40 /iline hist_beginning_search_fwd
be06bbe7e449 Add readline_hist_beginning_search_bwd/fwd functions
Mikael Berthe <mikael@lilotux.net>
parents: 1182
diff changeset
41 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
42 /iline hist_prev
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
43 Previous line of input line history
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
44 /iline hist_next
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
45 Next line of input line history
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
46 /iline iline_start
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
47 Go to the beginning of the input line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
48 /iline iline_end
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
49 Go to the end of the input line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
50 /iline iline_fdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
51 Delete from the cursor to the end of line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
52 /iline iline_bdel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
53 Delete from beginning of the line to the cursor
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
54 /iline iline_accept
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
55 Accept line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
56 /iline iline_accept_down_hist
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
57 Accept line and put the next history line in the input line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
58 /iline compl_do
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
59 Complete current word, in the input line
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
60 /iline compl_cancel
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
61 Cancel completion
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
62 /iline send_multiline
5ea4906e88fc Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
63 Send/terminate a multi-line message