summaryrefslogtreecommitdiffstats
path: root/osdep/getch2-win.c
Commit message (Expand)AuthorAgeFilesLines
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.diego2008-02-211-1/+1
* Make terminal input work more like VO key inputuau2007-08-251-2/+9
* "()" to "(void)" function param list fixesuau2007-04-011-1/+1
* Add code to detect and convert to console codepage on Windows.reimar2007-03-041-0/+40
* Include stdio.h for printfreimar2007-03-041-0/+3
* 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from wor...reimar2006-04-151-1/+1
* getch2 should wait for input. Fixes 100% CPU usage during cache fill.reimar2006-04-101-0/+1
* change erase to end of line, fall back to old behavior if no termcap foundods152005-12-291-1/+1
* Fix erase to end of line with windows, windows terminal does not supportods152005-12-271-1/+1
* 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to beods152005-12-261-0/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-11-141-1/+1
* fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at...faust32004-08-131-12/+6
* add a read function for slave mode on mingwfaust32003-09-221-0/+19
* fix volume increasingfaust32003-06-011-1/+3
* alternative timer and glob emulation code for mingw32 portfaust32003-04-251-1/+1
* disable getch2 on windows when we can't read stdin (msys)faust32003-04-191-3/+10
* windows getch2 for MINGW32 portfaust32003-03-301-0/+109