aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/getch2.c
Commit message (Expand)AuthorAge
* core: cleanup more mp_fifo leftoversGravatar wm42013-07-02
* mp_msg: fix status output disappearing when redirecting INPUT.Gravatar Rudolf Polzer2013-03-18
* Prefix keycode defines with MP_Gravatar wm42013-02-12
* mp_msg, getch2: unix tty background supportGravatar Rudolf Polzer2013-01-23
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* getch2: request at least 1 byte of input each readGravatar Rudolf Polzer2012-09-19
* mp_msg: remove filename_recodeGravatar wm42012-07-31
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-13
|\
| * build: remove OS/2 supportGravatar Uoti Urpala2012-04-06
| * input: stop trying to read terminal input on EOFGravatar Uoti Urpala2012-04-06
| * input: handle UTF-8 terminal inputGravatar wm42012-03-25
| * input: allow unicode keys and reassign internal key codesGravatar wm42012-03-25
* | input: restore terminal attributes after resumeGravatar wm42012-02-25
* | input: fix "enter" on consoleGravatar wm42012-02-19
* | input: handle UTF-8 terminal inputGravatar wm42012-01-18
* | input: allow unicode keys and reassign internal key codesGravatar wm42012-01-18
|/
* getch2.c: fix negative keycodes returned for non-asciiGravatar Uoti Urpala2011-10-03
* input: don't make fd 0 nonblockingGravatar Uoti Urpala2011-07-17
* input: move all key code lists to input/keycodes.hGravatar Uoti Urpala2011-05-02
* input: make stdin non-blocking for terminal inputGravatar Uoti Urpala2011-04-28
* Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * Use a malloced string for the get_term_charset return value.Gravatar reimar2009-05-31
* | Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\|
| * Add standard license headers to files.Gravatar diego2009-03-01
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Use correct terminal "clear line" codeGravatar Uoti Urpala2008-08-13
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Add a context for mp_fifoGravatar Uoti Urpala2008-04-29
* | mp_fifo.c, osdep/: Include corresponding .h in .c filesGravatar Uoti Urpala2008-04-29
|/
* getch2: Fix incorrect testGravatar uau2007-09-15
* Clean up getch2() code somewhatGravatar uau2007-08-25
* 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
* Always use tcgetattr/tcsetattr instead of #ifdef messGravatar reimar2006-12-12
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* AIX PPC portGravatar diego2005-12-29
* change erase to end of line, fall back to old behavior if no termcap foundGravatar ods152005-12-29
* Use termcap "erase to end of line" character code instead of using spacesGravatar ods152005-12-25
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-14
* DragonFly BSD supportGravatar diego2005-05-25
* morphos support by Nicolas DetGravatar alex2004-04-05
* The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c shouldGravatar diego2004-03-24