aboutsummaryrefslogtreecommitdiff
path: root/win32/winansi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stty: adjust console buffer when console size changessttyRon Yorston2016-08-031-0/+6
* stty: changes required to build for WIN32Ron Yorston2016-08-021-0/+17
* 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
* 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