summaryrefslogtreecommitdiffstats
path: root/osdep/getch2.c
Commit message (Expand)AuthorAgeFilesLines
* Use a malloced string for the get_term_charset return value.reimar2009-05-311-1/+1
* Add standard license headers to files.diego2009-03-011-1/+22
* Get rid of pointless 'extern' keywords.diego2008-12-031-4/+4
* Rename font-related preprocessor directives.diego2008-08-071-2/+2
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-5/+5
* Start unifying names of internal preprocessor directives.diego2008-07-301-8/+8
* getch2: Fix incorrect testuau2007-09-151-1/+1
* Clean up getch2() code somewhatuau2007-08-251-69/+102
* Make terminal input work more like VO key inputuau2007-08-251-14/+8
* "()" 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/+18
* Always use tcgetattr/tcsetattr instead of #ifdef messreimar2006-12-121-18/+0
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-3/+3
* AIX PPC portdiego2005-12-291-3/+3
* change erase to end of line, fall back to old behavior if no termcap foundods152005-12-291-3/+2
* Use termcap "erase to end of line" character code instead of using spacesods152005-12-251-0/+3
* Unify include paths, -I.. is in CFLAGS.diego2005-11-141-1/+1
* DragonFly BSD supportdiego2005-05-251-3/+3
* morphos support by Nicolas Detalex2004-04-051-1/+1
* The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c shoulddiego2004-03-241-3/+3
* linux->osdeparpi2003-02-091-0/+256