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
/
termios.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: don't crash the console *and* handle CJK input
Ron Yorston
2023-07-02
1
-20
/
+0
*
win32: revert to previous console input method by default
Ron Yorston
2023-07-01
1
-4
/
+4
*
win32: code shrink readConsoleInput_utf8
Ron Yorston
2023-07-01
1
-4
/
+1
*
win32: the great UTF8 ReadConsoleInput hack
Avi Halachmi (:avih)
2023-06-28
1
-1
/
+4
*
win32: don't assume console CP equals OEM CP
Avi Halachmi (:avih)
2023-06-28
1
-1
/
+1
*
win32: make support for euro input a separate option
Ron Yorston
2023-06-22
1
-4
/
+4
*
win32: virtual terminal input fixes
Ron Yorston
2023-03-06
1
-4
/
+1
*
win32: enable Unix read_key() for virtual terminal
Ron Yorston
2023-03-05
1
-1
/
+4
*
win32: add virtual terminal support to termios(3)
Ron Yorston
2023-03-05
1
-0
/
+28
*
win32: reset errno in read_key()
Ron Yorston
2023-01-22
1
-0
/
+1
*
win32: improved keycode detection
Ron Yorston
2021-08-06
1
-42
/
+33
*
win32: code shrink read_key()
Ron Yorston
2021-08-06
1
-11
/
+5
*
win32: better detection of Alt key release
Ron Yorston
2021-08-02
1
-1
/
+2
*
win32: handle various Alt key modifiers in termios
Christopher Wellons
2021-01-13
1
-2
/
+16
*
lineedit: add a command to change backslashes to slashes
Ron Yorston
2019-03-15
1
-6
/
+0
*
win32: add support for the euro currency symbol
Ron Yorston
2019-02-02
1
-0
/
+21
*
win32: allow characters to be entered as ALTNNN
Ron Yorston
2019-01-26
1
-3
/
+34
*
win32: exclude termios code
Ron Yorston
2018-04-05
1
-10
/
+0
*
win32: ensure timeout works in read_key
Ron Yorston
2018-04-05
1
-4
/
+4
*
mingw: remove unused code from read_key
Ron Yorston
2015-04-22
1
-5
/
+0
*
Only change codepage of input character if top bit is set
Ron Yorston
2014-03-24
1
-2
/
+4
*
Use OEM codepage for console I/O
Ron Yorston
2014-03-19
1
-0
/
+3
*
Fix some compiler warnings
Ron Yorston
2014-03-13
1
-1
/
+1
*
Always reset console mode when returning key
Ron Yorston
2012-02-16
1
-16
/
+24
*
Merge branch 'vi'
Nguyễn Thái Ngọc Duy
2010-09-22
1
-1
/
+5
|
\
|
*
Merge branch 'lineedit' into vi
Nguyễn Thái Ngọc Duy
2010-09-14
1
-8
/
+37
|
|
\
|
*
|
win32: read_key: implement timeout
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+5
*
|
|
win32: lineedit: make read_key() pass Ctrl+<letter> to read_line_input
Nguyễn Thái Ngọc Duy
2010-09-22
1
-0
/
+6
|
|
/
|
/
|
*
|
win32: read_key: add Page Up/Down and Insert
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+3
*
|
win32: read_key: do not return -1 on unknown key
Nguyễn Thái Ngọc Duy
2010-09-14
1
-2
/
+0
*
|
win32: read_key: support Delete
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+1
*
|
win32: read_key: support Ctrl-{Left,Right}
Nguyễn Thái Ngọc Duy
2010-09-14
1
-2
/
+9
*
|
win32: read_key: imap some movement keys to KEYCODE_*
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+17
*
|
win32: read_key: reset console state after reading
Nguyễn Thái Ngọc Duy
2010-09-14
1
-8
/
+12
|
/
*
win32: reimplement read_key() to read Windows console
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+26
*
win32: add termios stub so that it builds
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+11