log osdep/getch2-win.c @ 21251:5f6002214861

age author description
Sat, 15 Apr 2006 21:18:20 +0000 reimar 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from working
Mon, 10 Apr 2006 12:42:10 +0000 reimar getch2 should wait for input. Fixes 100% CPU usage during cache fill.
Thu, 29 Dec 2005 11:27:22 +0000 ods15 change erase to end of line, fall back to old behavior if no termcap found
Tue, 27 Dec 2005 10:42:02 +0000 ods15 Fix erase to end of line with windows, windows terminal does not support
Mon, 26 Dec 2005 13:10:13 +0000 ods15 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be
Mon, 14 Nov 2005 00:30:37 +0000 diego Unify include paths, -I.. is in CFLAGS.
Fri, 13 Aug 2004 13:32:43 +0000 faust3 fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at student.uu.se> some cleanup by be
Mon, 22 Sep 2003 11:31:51 +0000 faust3 add a read function for slave mode on mingw
Sun, 01 Jun 2003 12:33:32 +0000 faust3 fix volume increasing
Fri, 25 Apr 2003 10:00:18 +0000 faust3 alternative timer and glob emulation code for mingw32 port
Sat, 19 Apr 2003 09:19:30 +0000 faust3 disable getch2 on windows when we can't read stdin (msys)
Sun, 30 Mar 2003 21:20:04 +0000 faust3 windows getch2 for MINGW32 port