aboutsummaryrefslogtreecommitdiff
path: root/miscutils/less.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: add support for virtual terminal inputRon Yorston2023-03-051-9/+18
* Merge busybox into mergeRon Yorston2022-02-091-2/+2
|\
| * ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-171-2/+2
* | Merge busybox into mergeRon Yorston2022-01-061-9/+13
|\|
| * libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-2/+2
| * less: code shrinkDenys Vlasenko2022-01-051-9/+13
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-1/+1
|\|
| * less: Ignore -XIsmael Luceno2021-09-281-1/+1
* | less: use alternate screen bufferRon Yorston2019-04-071-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-9/+14
|\|
| * less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-1/+1
| * less: remove unnecessary messageDenys Vlasenko2018-04-151-1/+0
| * less: implement -FAaro Koskinen2018-04-151-7/+13
* | win32: exclude termios codeRon Yorston2018-04-051-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-03-011-1/+5
|\|
| * less: accept -R option. Closes 10816Denys Vlasenko2018-02-271-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-4/+64
|\|
| * less: fix help text conditional for -RDenys Vlasenko2018-01-241-1/+1
| * less: optional support of -RDenys Vlasenko2018-01-221-1/+63
| * less: code shrinkDenys Vlasenko2018-01-081-3/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-18/+10
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-2/+0
| * less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-151-9/+3
| * hexedit: implement "[enter] goto offset" keyDenys Vlasenko2017-09-141-2/+2
| * hexedit: restore screen on exitDenys Vlasenko2017-09-141-1/+1
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-2/+2
| * hexedit: new appletDenys Vlasenko2017-09-131-1/+1
* | less: avoid defining unused functionJohannes Schindelin2017-08-231-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-19/+19
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-18/+18
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-1/+1
|\|
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-4/+1
|\|
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-4/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-0/+4
|\|
| * Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-12/+31
|\|
| * less: switch off nonblock on kbd_fd before exitDenys Vlasenko2016-09-131-7/+5
| * less: fall back to using fd #1 for keyboard reading. Closes 9231Denys Vlasenko2016-09-131-4/+12
| * less: fix bracket search to match behavior of less 481Denys Vlasenko2016-08-161-9/+18
| * less: fix SEGVDenys Vlasenko2016-08-161-2/+6
* | less: hide unsupported signal handling in include fileRon Yorston2016-05-191-6/+0
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-2/+5
|\|
| * *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-3/+4
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
| * less: fix botched attempt to use last columnRon Yorston2015-08-161-14/+14
* | winansi: revert to previous console behaviour for vi/lessRon Yorston2016-04-261-1/+1