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