aboutsummaryrefslogtreecommitdiff
path: root/win32/termios.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: don't crash the console *and* handle CJK inputRon Yorston2023-07-021-20/+0
* win32: revert to previous console input method by defaultRon Yorston2023-07-011-4/+4
* win32: code shrink readConsoleInput_utf8Ron Yorston2023-07-011-4/+1
* win32: the great UTF8 ReadConsoleInput hackAvi Halachmi (:avih)2023-06-281-1/+4
* win32: don't assume console CP equals OEM CPAvi Halachmi (:avih)2023-06-281-1/+1
* win32: make support for euro input a separate optionRon Yorston2023-06-221-4/+4
* win32: virtual terminal input fixesRon Yorston2023-03-061-4/+1
* win32: enable Unix read_key() for virtual terminalRon Yorston2023-03-051-1/+4
* win32: add virtual terminal support to termios(3)Ron Yorston2023-03-051-0/+28
* win32: reset errno in read_key()Ron Yorston2023-01-221-0/+1
* win32: improved keycode detectionRon Yorston2021-08-061-42/+33
* win32: code shrink read_key()Ron Yorston2021-08-061-11/+5
* win32: better detection of Alt key releaseRon Yorston2021-08-021-1/+2
* win32: handle various Alt key modifiers in termiosChristopher Wellons2021-01-131-2/+16
* lineedit: add a command to change backslashes to slashesRon Yorston2019-03-151-6/+0
* win32: add support for the euro currency symbolRon Yorston2019-02-021-0/+21
* win32: allow characters to be entered as ALTNNNRon Yorston2019-01-261-3/+34
* win32: exclude termios codeRon Yorston2018-04-051-10/+0
* win32: ensure timeout works in read_keyRon Yorston2018-04-051-4/+4
* mingw: remove unused code from read_keyRon Yorston2015-04-221-5/+0
* Only change codepage of input character if top bit is setRon Yorston2014-03-241-2/+4
* Use OEM codepage for console I/ORon Yorston2014-03-191-0/+3
* Fix some compiler warningsRon Yorston2014-03-131-1/+1
* Always reset console mode when returning keyRon Yorston2012-02-161-16/+24
* Merge branch 'vi'Nguyễn Thái Ngọc Duy2010-09-221-1/+5
|\
| * Merge branch 'lineedit' into viNguyễn Thái Ngọc Duy2010-09-141-8/+37
| |\
| * | win32: read_key: implement timeoutNguyễn Thái Ngọc Duy2010-09-141-1/+5
* | | win32: lineedit: make read_key() pass Ctrl+<letter> to read_line_inputNguyễn Thái Ngọc Duy2010-09-221-0/+6
| |/ |/|
* | win32: read_key: add Page Up/Down and InsertNguyễn Thái Ngọc Duy2010-09-141-0/+3
* | win32: read_key: do not return -1 on unknown keyNguyễn Thái Ngọc Duy2010-09-141-2/+0
* | win32: read_key: support DeleteNguyễn Thái Ngọc Duy2010-09-141-0/+1
* | win32: read_key: support Ctrl-{Left,Right}Nguyễn Thái Ngọc Duy2010-09-141-2/+9
* | win32: read_key: imap some movement keys to KEYCODE_*Nguyễn Thái Ngọc Duy2010-09-141-1/+17
* | win32: read_key: reset console state after readingNguyễn Thái Ngọc Duy2010-09-141-8/+12
|/
* win32: reimplement read_key() to read Windows consoleNguyễn Thái Ngọc Duy2010-09-141-1/+26
* win32: add termios stub so that it buildsNguyễn Thái Ngọc Duy2010-09-101-0/+11