aboutsummaryrefslogtreecommitdiff
path: root/win32/winansi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: delay adjusting code pageRon Yorston2023-03-171-1/+12
* win32: more changes to console/terminal modesRon Yorston2023-03-071-19/+19
* win32: changes to console mode handlingRon Yorston2023-03-051-20/+56
* win32: try to recover from strange console modeRon Yorston2023-02-211-4/+14
* win32: shuffle skip_ansi_emulation() codeRon Yorston2023-02-191-6/+8
* win32: work around problem with ConEmuRon Yorston2023-02-191-1/+3
* win32: only change console mode if necessaryRon Yorston2023-02-191-7/+10
* win32: speed up getc(3) wrapperRon Yorston2022-12-301-2/+2
* 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