help.c (multitail-6.4.2.tgz) | : | help.c (multitail-6.5.0.tgz) | ||
---|---|---|---|---|
skipping to change at line 604 | skipping to change at line 604 | |||
"the tty you've been logged on directly.", | "the tty you've been logged on directly.", | |||
NULL | NULL | |||
}; | }; | |||
char *help_scrollback_help[] = { | char *help_scrollback_help[] = { | |||
"The scrollback menu lets you scrollback in the", | "The scrollback menu lets you scrollback in the", | |||
"buffer. The default size of the buffer is 100", | "buffer. The default size of the buffer is 100", | |||
"lines. This size can be set with the ^-m^ command-", | "lines. This size can be set with the ^-m^ command-", | |||
"line parameter or the ^m^-key in the main menu.", | "line parameter or the ^m^-key in the main menu.", | |||
" ^c^ set colors", | " ^c^ set colors", | |||
#ifdef __APPLE__ | ||||
" ^x^ copy contents to clipboard (pbcopy)", | ||||
#else | ||||
" ^x^ copy contents to X clipboard (xclip)", | " ^x^ copy contents to X clipboard (xclip)", | |||
#endif | ||||
" ^f^/^/^ search for a string in the buffer", | " ^f^/^/^ search for a string in the buffer", | |||
" ^n^ find the next occurence", | " ^n^ find the next occurence", | |||
" ^Y^ toggle linewrap. if linewrap is disabled,", | " ^Y^ toggle linewrap. if linewrap is disabled,", | |||
" one can scroll left/right with the cursor-", | " one can scroll left/right with the cursor-", | |||
" keys.", | " keys.", | |||
" ^ctrl^+^t^ show (sub-)window number in front of", | " ^ctrl^+^t^ show (sub-)window number in front of", | |||
" each line", | " each line", | |||
" ^t^ show a list of window-nrs and what they", | " ^t^ show a list of window-nrs and what they", | |||
" contain. can also display statistics.", | " contain. can also display statistics.", | |||
" ^s^ save the buffer to a file", | " ^s^ save the buffer to a file", | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |