Lines Matching +full:25 +full:g

25                 lines, not folded lines.  Also allow number on G command.
27 v9 9/25/84 Added "+<cmd>" argument
34 v15 2/25/85 Miscellaneous changes.
43 v23 5/25/85 Miscellaneous changes and prettying up.
71 v42 9/25/85 Added ++ command line syntax;
86 fails, made g cmd sort of "work" on pipes
113 v68 2/25/87 Added SIGWINCH and TIOCGWINSZ support;
116 v69 2/25/87 Added SIGWIND and WIOCGETD (for Unix PC).
124 Posted to USENET 8/25/87.
134 v78 9/25/87 Fixed problem with prompts longer than
185 v107 4/27/89 Add 8-bit char support and -g option.
193 v111 5/25/89 Generalized # and % expansion; use
197 v114 7/25/89 Added ESC-/ and ESC-/! commands.
199 v116 7/31/89 Added find_pos to optimize g command.
215 v126 10/25/89 Add -j option.
252 v151 4/13/90 Remove -g option; clean up ispipe.
257 v154 4/25/90 Output to fd 2 via buffer.
274 v166 9/6/90 Fix G when final line in file wraps.
277 v169 12/12/90 G goes to EOF even if file has grown.
284 v172 3/15/91 Fix G bug in empty file.
338 v200 7/25/94 Clean up copyright, minor fixes.
381 v222 8/25/94 Do better if can't reopen current file.
426 v245 10/25/94 Allow TAB_COMPLETE_FILENAME to be undefd.
450 v262 12/16/94 Add -g/-G flag and screen_hilite.
451 v263 12/20/94 Reimplement/optimize -G flag behavior.
468 v275 1/18/95 Fix bug if toggle -G at EOF.
472 v278 2/14/95 Change default for -G.
508 v299 1/25/96 Fix percent overflow in jump_percent (thanks to Brent Wiese);
510 v300 1/25/96 Change -U to print tabs as ^I.
517 v307 3/25/96 Allow cmd line arg "--"; fix DOS & OS/2 defines.h.
523 v313 4/25/96 Added horizontal scrolling.
576 v344 10/27/99 -w highlights target line of g and p commands.
663 v390 9/15/05 Show search matches in status column even if -G is set.
691 v403 5/25/07 Fix Windows build.
711 v420 2/24/08 Add & command; fix -F option; fix '' after G.
742 Add ctrl-G line edit command.
793 v481 8/20/15 Fix broken -g option.
795 v482 2/25/16 Update Unicode database to "2015-06-16, 20:24:00 GMT [KW]".
836 v511 7/25/17 Fix bugs in recent MSDOS changes (thanks to Jason Hood).
842 v517 7/30/17 Status column shows matches even if hiliting is disabled via -G.
851 v526 10/25/17 Fix search hilite bug introduced in v517.
897 v564 8/25/20 Handle realpath consistently; update docs.
899 v566 11/25/20 Fix crash when reopening a file while using LESSOPEN;
901 v567 11/25/20 Fix typo.
1043 v672 1/20/25 Don't poll with -F on short file; remove --no-poll.
1044 v673 3/13/25 Treat -r in LESS var as -R; add ESC-j and ESC-k.
1045 v674 3/24/25 Improve behavior of ^O^N and ^O^P commands.
1046 v675 4/3/25 Add ESC-b.
1047 v676 4/16/25 Fix two OSC 8 display bugs.
1048 v677 4/27/25 Fix & filtering bug.
1049 v678 5/1/25 Don't change stty tab setting.
1050 v679 5/28/25 Fix lesskey parsing bug when env var is prefix of another;