aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/getch2.c
Commit message (Expand)AuthorAge
* getch2: assume EOF when input file descriptor is invalidGravatar wm42013-10-28
* getch2: move global state to file scope variablesGravatar wm42013-10-28
* getch2: remove pointless ifdefferyGravatar wm42013-10-17
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* getch2: Load the "ce", "ks" and "ke" caps into a static bufferGravatar Diogo Franco (Kovensky)2013-07-26
* getch2: Deactivate getch2 on SIGINT; also handle SIGQUITGravatar Diogo Franco (Kovensky)2013-07-26
* getch2: Only send ESC if it was typed twiceGravatar Diogo Franco (Kovensky)2013-07-26
* getch2: Handle setupterm errorsGravatar Diogo Franco (Kovensky)2013-07-26
* getch2: fix compilationGravatar wm42013-07-26
* getch2: Support ESC keypresses againGravatar Diogo Franco (Kovensky)2013-07-25
* getch2: Doing it right this timeGravatar Diogo Franco (Kovensky)2013-07-25
* Revert "getch2: Avoid possible infinite loop"Gravatar Diogo Franco (Kovensky)2013-07-25
* getch2: Avoid possible infinite loopGravatar Diogo Franco (Kovensky)2013-07-25
* getch2: Remove unused function, fix possible crashGravatar Diogo Franco (Kovensky)2013-07-25
* getch2: Refactor/rewriteGravatar Diogo Franco (Kovensky)2013-07-25
* 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