summaryrefslogtreecommitdiffstats
path: root/osdep/getch2-win.c
Commit message (Expand)AuthorAgeFilesLines
* mp_msg: remove filename_recodewm42012-07-311-40/+0
* input: stop trying to read terminal input on EOFUoti Urpala2012-04-061-1/+2
* windows: terminal: unicode, --msgcolor, size changeMartin Herkt2012-03-091-0/+6
* cleanup: Silence compilation warnings on MinGW-w64wm42012-03-011-2/+2
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-1/+1
* Merge svn changes up to r30798Uoti Urpala2010-03-101-13/+24
|\
| * Add support for reading key events from MinGW xterm.reimar2010-02-281-1/+10
| * Make -slave also work with the normal console on Windows.reimar2010-02-271-3/+8
| * Do not misuse the stdin name.reimar2010-02-271-10/+8
| * Include getch2.h to get rid of some warnings.reimar2010-02-271-0/+1
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-3/+4
|\|
| * Use a malloced string for the get_term_charset return value.reimar2009-05-311-3/+4
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-17/+17
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-17/+17
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-1/+20
|\|
| * Add standard license headers to files.diego2009-03-011-1/+20
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-3/+5
|\|
| * Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-3/+5
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-1/+1
|\|
| * Rename font-related preprocessor directives.diego2008-08-071-1/+1
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-1/+1
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-1/+1
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-1/+1
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+1
|\|
| * cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* | Add a context for mp_fifoUoti Urpala2008-04-291-2/+2
* | mp_fifo.c, osdep/: Include corresponding .h in .c filesUoti Urpala2008-04-291-0/+2
|/
* 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