aboutsummaryrefslogtreecommitdiff
path: root/win32/winansi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: export certain variables to the environment immediatelyRon Yorston2022-05-081-1/+1
* winansi: detect if running under WineRon Yorston2021-12-221-2/+11
* winansi: add missing va_end()Ron Yorston2021-07-111-0/+1
* winansi: fix ansi emulationRon Yorston2021-03-051-12/+13
* winansi: code shrink and improvementsRon Yorston2021-02-171-41/+15
* winansi: don't check return from xmallocRon Yorston2021-02-161-3/+0
* winansi: allow alternative screen buffer to be disabledRon Yorston2021-02-151-0/+7
* winansi: allow test suite to run on WineRon Yorston2021-02-151-3/+3
* winansi: code shrinkRon Yorston2021-02-081-13/+13
* winansi: more accurate colour mappingRon Yorston2021-02-071-20/+99
* winansi: code shrinkRon Yorston2021-02-071-90/+71
* 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