aboutsummaryrefslogtreecommitdiff
path: root/xterm-keys.c
Commit message (Collapse)AuthorAge
* Sync OpenBSD patchset 925:Tiago Cunha2011-07-03
| | | | | | Add a couple of extra xterm-style keys that gnome terminal provides, from Dustin Kirkland.
* |PatchSet 871Nicholas Marriott2011-04-06
| | | | | | | | | | | | |Date: 2011/03/27 21:31:25 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Don't include meta twice when working out the flags to output for |xterm-style keys - bit 3 is accepted on input but not on output. Also a |style nit in the header.
* Sync OpenBSD patchset 824:Tiago Cunha2011-01-03
| | | | | Last few tables that should be const.
* Sync OpenBSD patchset 772:Tiago Cunha2010-10-24
| | | | | | Treat the meta bit in the xterm extended modifier key set as the same as escape (tmux's meta). From Emanuele Giaquinta.
* Sync OpenBSD patchset 757:Tiago Cunha2010-09-07
| | | | | | Simplify xterm modifier detection by treating as a bitmask + 1. Spotted by and diff from Emanuele Giaquinta.
* 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.