| Commit message (Expand) | Author | Age |
| ... | |
| | * | Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten. | Nicholas Marriott | 2010-01-01 |
| | * | Fix the logic so that transition from a 256 colour to default works properly. | Nicholas Marriott | 2009-12-26 |
| | * | Nuke some stray debugging. | Nicholas Marriott | 2009-12-26 |
| | * | Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI | Philip Guenther | 2009-12-24 |
| | * | Fix a couple of problems with grouped sessions reported by danh: redraw | Nicholas Marriott | 2009-12-22 |
| | * | Allow keys to be replaced and reorder the table so that terminfo-defined keys | Nicholas Marriott | 2009-12-17 |
| | * | Pass through the aixterm bright colours if the terminal supports them (>= 16 | Nicholas Marriott | 2009-12-14 |
| | * | Add server options to completion as well. | Nicholas Marriott | 2009-12-14 |
| | * | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott | 2009-12-14 |
| | * | Use quiet variable, and add missing sentinel to options array. | Nicholas Marriott | 2009-12-11 |
| | * | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott | 2009-12-10 |
| | * | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | Nicholas Marriott | 2009-12-08 |
| | * | vte is buggy and doesn't home the cursor after changing the scroll | Nicholas Marriott | 2009-12-04 |
| | * | Wrap at 80 columns. | Nicholas Marriott | 2009-12-03 |
| | * | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| | * | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott | 2009-12-03 |
| | * | Reflect the keypad mode of the application so that numlock works. | Nicholas Marriott | 2009-12-02 |
| | * | Close the pane if the process died due to a signal, not just if it exited | Nicholas Marriott | 2009-12-02 |
| | * | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott | 2009-12-01 |
| | * | Look for mice and xterm keys before standard function keys as they are less | Nicholas Marriott | 2009-12-01 |
| | * | Handle partial xterm function key sequences. | Nicholas Marriott | 2009-11-30 |
| | * | Add a couple of comments. | Nicholas Marriott | 2009-11-27 |
| | * | This doesn't need to be u_int. | Nicholas Marriott | 2009-11-26 |
| | * | Make types clearer and lint happier. | Nicholas Marriott | 2009-11-26 |
| | * | Fix type - attributes should be u_char not int. | Nicholas Marriott | 2009-11-26 |
| | * | Change paranoia check to check for <= 0 and to avoid warning. | Nicholas Marriott | 2009-11-26 |
| | * | Tidy up various bits of the paste code, make the data buffer char * and add | Nicholas Marriott | 2009-11-26 |
| | * | Continue rather than returning if not a mouse key, to avoid hanging on any | Nicholas Marriott | 2009-11-26 |
| | * | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott | 2009-11-26 |
| | * | Rename a variable to something more helpful. | Nicholas Marriott | 2009-11-26 |
| | * | Get a u_char from the string, otherwise it isn't possible to enter \0377 as it | Nicholas Marriott | 2009-11-26 |
| | * | Handle the possibility of partial mouse reads, and fix a comment while here. | Nicholas Marriott | 2009-11-26 |
| | * | Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set. | Nicholas Marriott | 2009-11-26 |
| | * | Output the right keys for application and number keypad modes (they were the | Nicholas Marriott | 2009-11-25 |
| | * | Add a -p flag to display-message to print the output rather than displaying in | Nicholas Marriott | 2009-11-24 |
| | * | Add cursor keys to the key names list. | Nicholas Marriott | 2009-11-22 |
| | * | Use home from struct passwd if HOME is empty as well as if it is NULL, and fix | Nicholas Marriott | 2009-11-21 |
| | * | When -h and -p are given to split-window, calculate the percentage size using | Nicholas Marriott | 2009-11-20 |
| | * | Display UTF-8 properly in status line messages and prompt. Cursor handling is | Nicholas Marriott | 2009-11-20 |
| | * | Remove oldest messages from log when limit is hit, not newest. | Nicholas Marriott | 2009-11-20 |
| | * | Get some brackets in the right place so ## works. Also fix a space in a | Nicholas Marriott | 2009-11-19 |
| | * | Change status line drawing to create the window list in a separate screen and | Nicholas Marriott | 2009-11-19 |
| | * | Two new options, window-status-format and window-status-current-format, which | Nicholas Marriott | 2009-11-19 |
| | * | tweak previous; | Jason McIntyre | 2009-11-19 |
| | * | Revert to xterm-keys off by default. It was on as an experiment to see if the | Nicholas Marriott | 2009-11-19 |
| | * | Tidy up by breaking the # replacement code into a separate function, also add a | Nicholas Marriott | 2009-11-19 |
| | * | Don't interpret #() for display-message, it usually doesn't make sense and may | Nicholas Marriott | 2009-11-19 |
| | * | Missed an unused variable :-/. | Nicholas Marriott | 2009-11-18 |
| | * | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid | Nicholas Marriott | 2009-11-18 |
| | * | Add a per-client log of status line messages displayed while that client | Nicholas Marriott | 2009-11-18 |