comparison 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
comparison
equal deleted inserted replaced
1189:a0722fce1786 1190:be06bbe7e449
1 1
2 /ILINE fchar|bchar|char_fdel|char_bdel|char_swap 2 /ILINE fchar|bchar|char_fdel|char_bdel|char_swap
3 /ILINE fword|bword|word_bdel|word_fdel 3 /ILINE fword|bword|word_bdel|word_fdel
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_prev|hist_next 6 /ILINE hist_prev|hist_next
6 /ILINE iline_start|iline_end|iline_fdel|iline_bdel 7 /ILINE iline_start|iline_end|iline_fdel|iline_bdel
7 /ILINE iline_accept|iline_accept_down_hist 8 /ILINE iline_accept|iline_accept_down_hist
8 /ILINE compl_do|compl_cancel 9 /ILINE compl_do|compl_cancel
9 /ILINE send_multiline 10 /ILINE send_multiline
32 Convert the word from cursor position to its end to upper case 33 Convert the word from cursor position to its end to upper case
33 /iline word_downcase 34 /iline word_downcase
34 Convert the word from cursor position to its end to down case 35 Convert the word from cursor position to its end to down case
35 /iline word_capit 36 /iline word_capit
36 Capitalize the word from cursor position to its end 37 Capitalize the word from cursor position to its end
38 /iline hist_beginning_search_bwd
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)
40 /iline hist_beginning_search_fwd
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)
37 /iline hist_prev 42 /iline hist_prev
38 Previous line of input line history 43 Previous line of input line history
39 /iline hist_next 44 /iline hist_next
40 Next line of input line history 45 Next line of input line history
41 /iline iline_start 46 /iline iline_start