Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add code to find console dimensions in WIN32 | Ron Yorston | 2012-02-20 | 1 | -0/+17 |
* | Fix off-by-one error in cursor positioning | Ron Yorston | 2012-02-17 | 1 | -1/+1 |
* | Fix crash in Windows 7 ANSI emulation | Ron Yorston | 2012-02-07 | 1 | -2/+3 |
* | Work around a regression in Windows 7, causing erase_in_line() to crash somet... | Johannes Schindelin | 2012-02-07 | 1 | -1/+2 |
* | win32: winansi: implement \033[%u;%uH | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+7 |
* | win32: winansi: implement \033[H (no param) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+16 |
* | win32: winansi: implement \033[%uD | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+15 |
* | win32: winansi: implement \033[J | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+21 |
* | win32: Support certain ANSI sequences on cmd.exe | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+358 |