aboutsummaryrefslogtreecommitdiff
path: root/win32/winansi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* winansi: tweak colour mappingRon Yorston2021-02-041-19/+9
* winansi: extend ANSI emulationRon Yorston2021-02-031-49/+177
* winansi: change default 'skip ANSI emulation' settingRon Yorston2021-02-031-13/+3
* winansi: intercept calls to fputc(3)Ron Yorston2020-12-071-1/+19
* winansi: suppress console flags redefinition warningBiswa962020-06-071-0/+5
* winansi: more fine-grained control of ANSI emulationRon Yorston2020-04-131-2/+34
* ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changesRon Yorston2020-04-131-10/+7
* winansi: fix alternate screen buffer in Windows 7Ron Yorston2020-02-061-6/+10
* winansi: code shrinkRon Yorston2020-01-081-37/+31
* winansi: restore correct attributes after lsRon Yorston2020-01-071-1/+7
* winansi: fix escape processing in Windows 10 release 1809Ron Yorston2020-01-061-20/+20
* vi: use alternate screen bufferRon Yorston2019-04-071-6/+68
* winansi: code shrinkRon Yorston2019-04-071-20/+13
* winansi: code shrinkRon Yorston2019-04-061-46/+17
* winansi: more robust handling of invalid escape sequencesRon Yorston2019-03-191-34/+46
* winansi: support escape sequence to set window titleRon Yorston2019-03-091-12/+32
* su: change title of console windowRon Yorston2019-03-091-0/+6
* win32: add support for the euro currency symbolRon Yorston2019-02-021-0/+68
* win32: implement vsnprintf(2)Ron Yorston2019-01-081-0/+21
* win32: emulate SIGPIPERon Yorston2018-12-111-3/+23
* win32: improvements to get_terminal_width_heightRon Yorston2018-04-031-17/+0
* win32: simplify isatty replacementRon Yorston2018-04-031-5/+1
* winansi: check for broken pipe in winansi_writeRon Yorston2018-03-091-7/+21
* winansi: check for broken pipeRon Yorston2018-03-061-6/+29
* winansi: changes to puts, fputs and fwriteRon Yorston2018-03-061-18/+3
* winansi: improve error return values in ANSI emulationRon Yorston2018-03-061-20/+23
* winansi: create and use functions to test for consoleRon Yorston2018-03-061-51/+20
* win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston2018-02-221-1/+1
* mingw: accommodate for BusyBox' assumptions about isatty()Johannes Schindelin2017-08-241-0/+27
* Provide vfprintf replacementRon Yorston2017-02-071-0/+1
* win32: allow ANSI emulation to be disabledRon Yorston2016-11-101-2/+15
* win32: don't attempt ANSI emulation on data containing NUL charactersRon Yorston2016-08-161-4/+11
* win32: allow for vsnprintf returning -1Ron Yorston2016-07-081-1/+6
* winansi: revert to previous console behaviour for vi/lessRon Yorston2016-04-261-0/+18
* lineedit: move console viewport to cursor on keypressRon Yorston2016-04-261-1/+1
* winansi: speed up clearing of screenRon Yorston2016-04-261-15/+10
* winansi: fixes to cursor positioning, screen clearingRon Yorston2015-07-171-4/+15
* Implement escape sequence for cursor downRon Yorston2014-04-091-21/+12
* Implement ANSI escape sequences for cursor up/forwardRon Yorston2014-04-071-0/+30
* Implement vprintf replacementRon Yorston2014-03-201-1/+2
* Implement getc replacementRon Yorston2014-03-201-0/+24
* Implement read replacement to handle OEM codepagesRon Yorston2014-03-201-0/+26
* Fixes to write replacementRon Yorston2014-03-201-2/+2
* Implement write replacement to handle OEM codepagesRon Yorston2014-03-201-1/+75
* Implement puts replacement to handle OEM codepagesRon Yorston2014-03-191-4/+24
* Use OEM codepage for console I/ORon Yorston2014-03-191-4/+80
* winansi: skip DECTCEM sequence to avoid ugliness in viRon Yorston2012-10-101-0/+7
* win32: implement ioctlRon Yorston2012-04-231-1/+1
* Add code to find console dimensions in WIN32Ron Yorston2012-02-201-0/+17
* Fix off-by-one error in cursor positioningRon Yorston2012-02-171-1/+1