Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _term_get_escseq(): Handle KEY_HOME and KEY_END on Linux console | P. J. McDermott | 2015-10-29 | 1 | -4/+16 |
| | |||||
* | _term_get_escseq(): Handle KEY_HOME and KEY_END on XTerm | P. J. McDermott | 2015-10-29 | 1 | -0/+2 |
| | |||||
* | term_getch(): Handle KEY_HOME and KEY_END | P. J. McDermott | 2015-10-29 | 1 | -12/+19 |
| | |||||
* | term_getch(): Handle KEY_BACKSPACE and KEY_DEL | P. J. McDermott | 2015-10-28 | 1 | -9/+26 |
| | | | | Also simplify invalid key code handling. | ||||
* | term_getch(): Fix printable character handling | P. J. McDermott | 2015-10-28 | 1 | -3/+1 |
| | |||||
* | term_getch(): Fix KEY_ENTER detection | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | term_getch(): Fix | P. J. McDermott | 2015-10-28 | 1 | -4/+6 |
| | |||||
* | term_write(): New function | P. J. McDermott | 2015-10-28 | 1 | -0/+10 |
| | |||||
* | term_attr_reset(): New function | P. J. McDermott | 2015-10-28 | 1 | -0/+8 |
| | |||||
* | term_lines(), term_columns(): New functions | P. J. McDermott | 2015-10-28 | 1 | -0/+17 |
| | |||||
* | src/term.sh: New file | P. J. McDermott | 2015-10-28 | 1 | -0/+266 |