Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sync OpenBSD patchset 193: | Tiago Cunha | 2009-07-28 |
| | | | | | Accept and print "Enter" and "Escape" for keys rather than C-m and C-[. | ||
* | Sync OpenBSD patchset 184: | Tiago Cunha | 2009-07-28 |
| | | | | | | | | Detect backspace by looking at termios VERASE and translate it into \177 (which matches screen's behaviour if not its termcap/terminfo entry). The terminfo kbs cap is often wrong or missing so it can't be used, and just assuming \177 may be wrong. | ||
* | Sync OpenBSD patchset 176: | Tiago Cunha | 2009-07-25 |
| | | | | | Accept lowercase c- and m- prefix as well as C- and M-. | ||
* | Sync OpenBSD patchset 151: | Tiago Cunha | 2009-07-22 |
| | | | | | | Tidy up keys: use an enum for the key codes, and remove the macros which just wrap flag sets/clears/tests. | ||
* | If it exist, load a system-wide configuration file /etc/tmux.conf before any | Nicholas Marriott | 2009-07-14 |
| | | | | | user-specified one. | ||
* | 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 ↵ | Nicholas Marriott | 2009-01-09 |
| | | | | crap into tty-term.c. | ||
* | Update key handling code. Simplify, support ctrl properly and add a new ↵ | Nicholas Marriott | 2009-01-09 |
| | | | | window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. | ||
* | Give up the farce of caring about any keys aside from the ones in the screen ↵ | Nicholas Marriott | 2009-01-08 |
| | | | | termcap and the ones termcap doesn't handle that we hardcode manually. | ||
* | 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 |