aboutsummaryrefslogtreecommitdiff
path: root/xterm-keys.c
Commit message (Collapse)AuthorAge
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
| | | | | | | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours...
* Sync OpenBSD patchset 575:Tiago Cunha2009-12-02
| | | | | Handle partial xterm function key sequences.
* Sync OpenBSD patchset 515:Tiago Cunha2009-11-08
| | | | | Old xterm F1-F4 are \033O_P not \033[O_P.
* Sync OpenBSD patchset 461:Tiago Cunha2009-10-28
| | | | | Nuke accidentally-committed debugging statement.
* Sync OpenBSD patchset 459:Tiago Cunha2009-10-28
Rewrite xterm-keys code (both input and output) so that works (doesn't always output the same modifiers, accepts all the possible input keys) and is more understandable.