summaryrefslogtreecommitdiffstats
path: root/key-string.c
AgeCommit message (Collapse)Author
2009-07-14If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott
user-specified one.
2009-03-02Extra function keys from Dashing dashing at hushmail dot comNicholas Marriott
2009-01-16Add tabs.Nicholas Marriott
2009-01-14Prettify the key strings a little.Nicholas Marriott
2009-01-12Tidy escape modifier (don't know how this worked before...).Nicholas Marriott
2009-01-12Tidy up control key parsing; add shift.Nicholas Marriott
2009-01-09Build array of codes, stop using ncurses global variables and push ncurses ↵Nicholas Marriott
crap into tty-term.c.
2009-01-09Update key handling code. Simplify, support ctrl properly and add a new ↵Nicholas Marriott
window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift.
2009-01-08Give up the farce of caring about any keys aside from the ones in the screen ↵Nicholas Marriott
termcap and the ones termcap doesn't handle that we hardcode manually.
2009-01-07Introduce nitems() and use it; use bsearch.Nicholas Marriott
2008-12-16Fix C-space and M-space.Nicholas Marriott
2008-07-23Support keypad. Change cursor key output.Nicholas Marriott
2008-06-25Allow use of alt keys. move-window command.Nicholas Marriott
2008-06-04Support binding 27-31.Nicholas Marriott
2007-11-09C-space is "^ " not "^@".Nicholas Marriott
2007-10-19Kill window command. Nuke some backspace stuff.Nicholas Marriott
2007-10-04List keys command.Nicholas Marriott
2007-10-03Key binding, unbinding.Nicholas Marriott