log osdep/getch2-win.c @ 34225:fca8419c5f35

age author description
2010-02-28 reimar Add support for reading key events from MinGW xterm.
2010-02-27 reimar Make -slave also work with the normal console on Windows.
2010-02-27 reimar Do not misuse the stdin name.
2010-02-27 reimar Include getch2.h to get rid of some warnings.
2009-05-31 reimar Use a malloced string for the get_term_charset return value.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-01 diego Add standard license headers to files.
2009-01-05 diego Add missing 'void' keyword to parameterless function declarations.
2008-08-07 diego Rename font-related preprocessor directives.
2008-08-01 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
2008-07-30 diego Start unifying names of internal preprocessor directives.
2008-05-16 diego cosmetics: Remove useless parentheses from return statements.
2008-02-21 diego Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.
2007-08-25 uau Make terminal input work more like VO key input
2007-04-01 uau "()" to "(void)" function param list fixes
2007-03-04 reimar Add code to detect and convert to console codepage on Windows.
2007-03-04 reimar Include stdio.h for printf
2006-04-15 reimar 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from working
2006-04-10 reimar getch2 should wait for input. Fixes 100% CPU usage during cache fill.
2005-12-29 ods15 change erase to end of line, fall back to old behavior if no termcap found
2005-12-27 ods15 Fix erase to end of line with windows, windows terminal does not support
2005-12-26 ods15 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be
2005-11-14 diego Unify include paths, -I.. is in CFLAGS.
2004-08-13 faust3 fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at student.uu.se> some cleanup by be
2003-09-22 faust3 add a read function for slave mode on mingw
2003-06-01 faust3 fix volume increasing
2003-04-25 faust3 alternative timer and glob emulation code for mingw32 port
2003-04-19 faust3 disable getch2 on windows when we can't read stdin (msys)
2003-03-30 faust3 windows getch2 for MINGW32 port