aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/getch2-win.c
Commit message (Expand)AuthorAge
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.Gravatar diego2008-02-21
* Make terminal input work more like VO key inputGravatar uau2007-08-25
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Add code to detect and convert to console codepage on Windows.Gravatar reimar2007-03-04
* Include stdio.h for printfGravatar reimar2007-03-04
* 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from wor...Gravatar reimar2006-04-15
* getch2 should wait for input. Fixes 100% CPU usage during cache fill.Gravatar reimar2006-04-10
* change erase to end of line, fall back to old behavior if no termcap foundGravatar ods152005-12-29
* Fix erase to end of line with windows, windows terminal does not supportGravatar ods152005-12-27
* 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to beGravatar ods152005-12-26
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-14
* fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at...Gravatar faust32004-08-13
* add a read function for slave mode on mingwGravatar faust32003-09-22
* fix volume increasingGravatar faust32003-06-01
* alternative timer and glob emulation code for mingw32 portGravatar faust32003-04-25
* disable getch2 on windows when we can't read stdin (msys)Gravatar faust32003-04-19
* windows getch2 for MINGW32 portGravatar faust32003-03-30