index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win32
/
winansi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
winansi: add a routine to clear the screen buffer
ansi
Ron Yorston
2016-04-26
1
-0
/
+18
*
libbb/lineedit: scroll to cursor position on any keypress
Ron Yorston
2016-04-26
1
-15
/
+7
*
winansi: fix a couple of small problems
Ron Yorston
2016-04-25
1
-1
/
+2
*
winansi: interpret absolute cursor positions relative to screen
Ron Yorston
2016-04-25
1
-3
/
+5
*
winansi: fixes to cursor positioning, screen clearing
Ron Yorston
2015-07-17
1
-4
/
+15
*
Implement escape sequence for cursor down
Ron Yorston
2014-04-09
1
-21
/
+12
*
Implement ANSI escape sequences for cursor up/forward
Ron Yorston
2014-04-07
1
-0
/
+30
*
Implement vprintf replacement
Ron Yorston
2014-03-20
1
-1
/
+2
*
Implement getc replacement
Ron Yorston
2014-03-20
1
-0
/
+24
*
Implement read replacement to handle OEM codepages
Ron Yorston
2014-03-20
1
-0
/
+26
*
Fixes to write replacement
Ron Yorston
2014-03-20
1
-2
/
+2
*
Implement write replacement to handle OEM codepages
Ron Yorston
2014-03-20
1
-1
/
+75
*
Implement puts replacement to handle OEM codepages
Ron Yorston
2014-03-19
1
-4
/
+24
*
Use OEM codepage for console I/O
Ron Yorston
2014-03-19
1
-4
/
+80
*
winansi: skip DECTCEM sequence to avoid ugliness in vi
Ron Yorston
2012-10-10
1
-0
/
+7
*
win32: implement ioctl
Ron Yorston
2012-04-23
1
-1
/
+1
*
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