aboutsummaryrefslogtreecommitdiff
path: root/win32/winansi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* winansi: add a routine to clear the screen bufferansiRon Yorston2016-04-261-0/+18
* libbb/lineedit: scroll to cursor position on any keypressRon Yorston2016-04-261-15/+7
* winansi: fix a couple of small problemsRon Yorston2016-04-251-1/+2
* winansi: interpret absolute cursor positions relative to screenRon Yorston2016-04-251-3/+5
* 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
* Fix crash in Windows 7 ANSI emulationRon Yorston2012-02-071-2/+3
* Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin2012-02-071-1/+2
* win32: winansi: implement \033[%u;%uHNguyễn Thái Ngọc Duy2010-09-141-0/+7
* win32: winansi: implement \033[H (no param)Nguyễn Thái Ngọc Duy2010-09-141-0/+16
* win32: winansi: implement \033[%uDNguyễn Thái Ngọc Duy2010-09-141-0/+15
* win32: winansi: implement \033[JNguyễn Thái Ngọc Duy2010-09-141-0/+21
* win32: Support certain ANSI sequences on cmd.exeNguyễn Thái Ngọc Duy2010-09-101-0/+358