aboutsummaryrefslogtreecommitdiff
path: root/key-string.c
Commit message (Expand)AuthorAge
* Expand the Id keyword. Tiago Cunha2011-07-09
* Make bind-key accept characters with the top-bit-set and print them as octal.Tiago Cunha2011-01-22
* Sync OpenBSD patchset 824:Tiago Cunha2011-01-03
* Use a macro-based mask for obtaining a key or modifier-set from the combination.Micah Cowan2010-06-05
* Allow C-Space to work correctly once again, and forbid nonsensical combinatio...Micah Cowan2010-06-05
* Sync OpenBSD patchset 693:Tiago Cunha2010-05-14
* When converting A-Z into a control character, want to subtract 64 notNicholas Marriott2010-04-23
* Sync OpenBSD patchset 685:Tiago Cunha2010-04-22
* Sync OpenBSD patchset 608:Tiago Cunha2010-01-17
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
* Sync OpenBSD patchset 572:Tiago Cunha2009-11-28
* Sync OpenBSD patchset 522:Tiago Cunha2009-11-10
* Sync OpenBSD patchset 450:Tiago Cunha2009-10-28
* Sync OpenBSD patchset 363:Tiago Cunha2009-10-06
* Sync OpenBSD patchset 356:Tiago Cunha2009-10-05
* Sync OpenBSD patchset 193:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 184:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 176:Tiago Cunha2009-07-25
* Sync OpenBSD patchset 151:Tiago Cunha2009-07-22
* If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott2009-07-14
* Extra function keys from Dashing dashing at hushmail dot comNicholas Marriott2009-03-02
* Add tabs.Nicholas Marriott2009-01-16
* Prettify the key strings a little.Nicholas Marriott2009-01-14
* Tidy escape modifier (don't know how this worked before...).Nicholas Marriott2009-01-12
* Tidy up control key parsing; add shift.Nicholas Marriott2009-01-12
* Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott2009-01-09
* Update key handling code. Simplify, support ctrl properly and add a new windo...Nicholas Marriott2009-01-09
* Give up the farce of caring about any keys aside from the ones in the screen ...Nicholas Marriott2009-01-08
* Introduce nitems() and use it; use bsearch.Nicholas Marriott2009-01-07
* Fix C-space and M-space.Nicholas Marriott2008-12-16
* Support keypad. Change cursor key output.Nicholas Marriott2008-07-23
* Allow use of alt keys. move-window command.Nicholas Marriott2008-06-25
* Support binding 27-31.Nicholas Marriott2008-06-04
* C-space is "^ " not "^@".Nicholas Marriott2007-11-09
* Kill window command. Nuke some backspace stuff.Nicholas Marriott2007-10-19
* List keys command.Nicholas Marriott2007-10-04
* Key binding, unbinding.Nicholas Marriott2007-10-03