Lines Matching refs:ESC

28 * Add ESC-j and ESC-k commands (github #560).
36 * Add ESC-b command (github #615).
72 * Fix display bug when file contains ESC followed by NUL (github #550).
207 * Fix bug that made ESC-} fail if top line on screen was empty (github #429).
371 * Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08
434 * Change ESC-u command to toggle, not disable, highlighting per man page.
436 * Add ESC-U command.
543 * New command ESC-m removes a line mark.
549 * A second ESC-u command will clear search match markers in the status column.
592 * New commands ESC-{ and ESC-} to shift to start/end of displayed lines.
614 * New command ESC-G goes to end of currently buffered data in a pipe.
668 * Add ESC-F command to keep reading data until a pattern is found.
893 are disabled via the -G option or the ESC-u command.
1183 * LeftArrow and RightArrow are same as ESC-[ and ESC-].
1185 * Added commands ESC-( and ESC-), same as ESC-[ and ESC-].
1207 * New commands ESC-] and ESC-[ scroll the display horizontally.
1209 * New command ESC-SPACE scrolls forward a full screen, even if it
1354 Specifically, \ (backslash), ESC, TAB, BACKTAB, and control-L
1391 * New commands ESC-^F and ESC-^B match arbitrary types of brackets.
1402 ESC-/ Search forward thru file boundaries
1403 ESC-? Search backward thru file boundaries
1404 ESC-n Repeat search thru file boundaries, same direction.
1405 ESC-N Repeat search thru file boundaries, opposite direction.
1444 * New command ESC-/ searches all files (on the command line)
1447 * New command ESC-n repeats previous search, spanning files.
1453 * New command ESC-N repeats previous search in the reverse