Age | Commit message (Expand) | Author |
2009-12-17 | Allow keys to be replaced and reorder the table so that terminfo-defined keys | Nicholas Marriott |
2009-12-14 | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott |
2009-12-10 | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott |
2009-12-08 | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | 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-01 | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott |
2009-11-30 | Handle partial xterm function key sequences. | Nicholas Marriott |
2009-11-26 | This doesn't need to be u_int. | 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 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott |
2009-11-25 | Output the right keys for application and number keypad modes (they were the | 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 | Don't interpret #() for display-message, it usually doesn't make sense and may | 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-13 | Tweak a comment and add some spacing. | Nicholas Marriott |
2009-11-13 | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the | Nicholas Marriott |
2009-11-13 | Destroy panes immediately rather than checking them all every loop. | Nicholas Marriott |
2009-11-13 | Zap unused functions, prompted by deraadt. | Nicholas Marriott |
2009-11-11 | Only need to chmod +x or -x the socket when a client is created, lost or | Nicholas Marriott |
2009-11-10 | Whoops, this is needed for last commit as well. | Nicholas Marriott |
2009-11-05 | Switch the tty key tree over to an (unbalanced) ternary tree which allows | Nicholas Marriott |
2009-11-05 | Key flags are only used for initialisation so they are not needed in the main | Nicholas Marriott |
2009-11-05 | Now all timers are events, there is no longer any need to wake up every 50 ms - | Nicholas Marriott |
2009-11-05 | Switch tty key input over to happen on a read event. This is a bit more | Nicholas Marriott |
2009-11-05 | Convert the key repeat timer to an event. | Nicholas Marriott |
2009-11-04 | Change window name change to use a timer event rather than a gettimeofday() | Nicholas Marriott |
2009-11-04 | Move status timer check into the global once-per-second timer, this could maybe | Nicholas Marriott |
2009-11-04 | Use timeout events for the identify and message timers. | Nicholas Marriott |
2009-11-04 | Don't reenlist the client imsg event every loop, instead have a small function | Nicholas Marriott |
2009-11-04 | Bye-bye buffer*.c. | Nicholas Marriott |
2009-11-04 | Convert the window pane (pty master side) fd over to use a bufferevent. | Nicholas Marriott |
2009-11-04 | Switch window pane pipe redirect fd over to a bufferevent. | Nicholas Marriott |
2009-11-04 | Switch tty fds over to a bufferevent. | Nicholas Marriott |
2009-11-04 | Switch jobs over to use a bufferevent. | Nicholas Marriott |
2009-11-04 | Initial changes to move tmux to libevent. | Nicholas Marriott |
2009-11-03 | Add an activity time for clients, like for sessions, and change session and | Nicholas Marriott |
2009-11-03 | If it isn't available explicitly, work out the current client in a similar way | Nicholas Marriott |
2009-11-03 | Change session and client activity and creation time members to have more | Nicholas Marriott |
2009-11-03 | tv member of struct paste_buffer is updated but not otherwise used, so remove | Nicholas Marriott |
2009-11-02 | Double the escape timer (the time after a \033 is received before tmux gives up | Nicholas Marriott |
2009-11-01 | Add a flag for jobs that shouldn't be freed after they've died and use it for | Nicholas Marriott |
2009-10-28 | If any client currently displaying a window pane has more than 1 KB of output | Nicholas Marriott |
2009-10-27 | Move the poll registration functions into the server-*.c files. | Nicholas Marriott |
2009-10-26 | Rewrite xterm-keys code (both input and output) so that works (doesn't always | Nicholas Marriott |
2009-10-26 | Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these | Nicholas Marriott |
2009-10-26 | Rename keypad keys to something more useful. | Nicholas Marriott |
2009-10-25 | Remove the -d flag to tmux and just use op/AX to detect default colours. | Nicholas Marriott |