Lines Matching +full:24 +full:ms

24 v7     5/24/84  Fixed jump_back(n) bug: n should count real
42 v22 5/24/85 Added support for no RECOMP nor REGCMP.
65 v39 8/24/85 (Not -p) does not initially clear screen.
77 v46 10/24/85 Backwards scroll in jump_loc.
92 v56 1/24/86 Added -l option.
103 -1 instead of 24; cat-and-exit if -e and
112 v67 2/24/87 Added !! and % expansion to ! command.
133 v77 9/24/87 Added -n flag and line number support.
191 v110 5/24/89 Fixed bug in + option; fixed repaint bug
233 v138 1/24/90 Fix magic cookie terminal handling.
319 v186 4/20/92 Port to MS-DOS (Microsoft C).
326 v191 3/10/93 Defer creating "flash" page for MS-DOS.
337 v199 6/29/94 Fix MS-DOS build (thanks to Tim Wiegman).
375 v217 8/24/94 Added -X flag.
376 v218 8/24/94 Reimplement undo_search.
377 v219 8/24/94 Find tags marked with line number
379 v220 8/24/94 Stay at same position after SIG_WINCH.
380 v221 8/24/94 Fix bug in file percentage in big file.
454 v265 12/24/94 Add LESSOPEN=|cmd syntax.
477 v280 2/24/95 Clean up calls to glob(); don't set #
479 v281 2/24/95 Repeat search should turn on hilites.
495 v291 3/21/95 Add #env to lesskey. Fix MS-DOS build.
498 v292 4/24/95 Add MS-DOS support for Borland C.
499 Fix arrow keys in MS-DOS versions.
504 v297 1/24/96 Don't call termcap if tgetent fails;
506 v298 1/24/96 Change @@ to ^K.
522 v312 4/24/96 Don't quit after "cannot reopen" error.
527 v317 5/14/96 Various fixes for the MS-DOS and OS/2 builds.
546 Fix MS-DOS and OS-9 versions.
547 v329 10/11/96 Fix more MS-DOS bugs; add LESSSEPARATOR; add -" option.
586 v349 1/24/00 Fix minor DJGPP bugs; check environment vars for UTF-8;
644 v380 11/24/02 Make LINENUM same as POSITION.
688 v401 3/24/07 Minor documentation fixes.
711 v420 2/24/08 Add & command; fix -F option; fix '' after G.
712 v421 2/24/08 Ignore filtered lines when searching.
792 v480 7/24/15 Fix bug in no-regex searches; support MSVC v1900.
795 v482 2/25/16 Update Unicode database to "2015-06-16, 20:24:00 GMT [KW]".
849 v524 10/24/17 Fix getcc bug.
850 v525 10/24/17 Change M command to mark last displayed line.
936 v592 8/24/21 Add --status-line option; limit use of /proc kludge; add --header.
980 v629 2/26/23 Delay "waiting for data" message for 500 ms.
988 v636 6/18/23 Fix -D in MS-DOS build; fix mouse wheel in MS-DOS build.
1008 v650 2/6/24 Add --no-search-header-lines and --no-search-header-columns;
1011 v651 3/4/24 Add --color attributes (*~_&); fix #/% substitution if name
1013 v652 3/11/24 Fix sleep_ms with usleep.
1014 v653 3/20/24 Make default charset utf-8.
1015 v654 4/28/24 Allow space to end parameter for some options; fix usleep bug;
1017 v655 5/16/24 Fix search history bug with --incsearch.
1018 v656 5/23/24 Fix bug using escape sequences in prompt.
1019 v657 5/31/24 Fix buffer overrun when using LESSOPEN.
1020 v658 6/13/24 Fix double-free in lesskey parser; fix crash using small value
1022 v659 6/20/24 Fix typo in help.
1023 v660 6/24/24 Fix bug in ixerror.
1024 v661 6/29/24 Simpler fix for ixerror bug.
1025 v662 8/8/24 Fix build with --with-secure; improve true colors on Windows;
1029 v663 8/16/24 Fix ^X bug when output is not a tty.
1030 v664 8/28/24 Fix Windows compile error, fix output bug on Windows with -Da.
1031 v665 9/4/24 Fix ^Z bug.
1032 v666 9/21/24 Fix missing first byte from LESSOPEN if >0x7f.
1033 v667 9/26/24 Fix uninitialized variable in edit_ifile.
1034 v668 10/6/24 Fix UTF-8 chars in prompt.
1035 v669 11/6/24 Add --no-paste; add --no-edit-warn; add TAB for -- command;
1041 v670 11/16/24 Fix SIGWINCH handling; add iopen.
1042 v671 12/6/24 Fix multibyte command chars; fix Windows auto_wrap.
1045 v674 3/24/25 Improve behavior of ^O^N and ^O^P commands.