| Commit message (Expand) | Author | Age |
... | |
* | 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-13 |
* | Only need to chmod +x or -x the socket when a client is created, lost or | Nicholas Marriott | 2009-11-11 |
* | Whoops, this is needed for last commit as well. | Nicholas Marriott | 2009-11-10 |
* | 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-05 |
* | 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-04 |
* | 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-03 |
* | Double the escape timer (the time after a \033 is received before tmux gives up | Nicholas Marriott | 2009-11-02 |
* | Add a flag for jobs that shouldn't be freed after they've died and use it for | Nicholas Marriott | 2009-11-01 |
* | If any client currently displaying a window pane has more than 1 KB of output | Nicholas Marriott | 2009-10-28 |
* | Move the poll registration functions into the server-*.c files. | Nicholas Marriott | 2009-10-27 |
* | 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-26 |
* | Remove the -d flag to tmux and just use op/AX to detect default colours. | Nicholas Marriott | 2009-10-25 |
* | Split the server code handling clients, jobs and windows off into separate | Nicholas Marriott | 2009-10-22 |
* | Client tidying: get rid of client_ctx struct in favour of two variables in | Nicholas Marriott | 2009-10-21 |
* | Remove unused function. | Nicholas Marriott | 2009-10-21 |
* | Try to reduce the UTF-8 mess. | Nicholas Marriott | 2009-10-20 |
* | UTF-8 combined character fixes. | Nicholas Marriott | 2009-10-20 |
* | Nuke stray blank line. | Nicholas Marriott | 2009-10-20 |
* | Instead of having a complicated check to see if the cursor is in the last | Nicholas Marriott | 2009-10-17 |
* | Move lines into the history when scrolling even if the scroll region is not | Nicholas Marriott | 2009-10-13 |
* | Add mode keys to move the cursor to the top, middle and bottom of the screen. | Nicholas Marriott | 2009-10-13 |
* | When drawing lines that have wrapped naturally, don't force a newline but | Nicholas Marriott | 2009-10-12 |
* | When backspace is received at the beginning of a line and the previous line was | Nicholas Marriott | 2009-10-12 |
* | Use relative cursor movement instead of absolute when possible and when | Nicholas Marriott | 2009-10-12 |
* | Similarly add a tty_cursor_pane function to tidy up most of the calls. | Nicholas Marriott | 2009-10-12 |
* | _absolute is redundant, just use tty_region. | Nicholas Marriott | 2009-10-12 |
* | Cleanup: use two functions for region setting, one for absolute and one inside | Nicholas Marriott | 2009-10-12 |
* | Add a pipe-pane command to allow a pane to be piped to a shell command, for | Nicholas Marriott | 2009-10-11 |
* | Collect status from dead jobs and don't invoke the callback until both | Nicholas Marriott | 2009-10-11 |
* | Clean up by introducing a wrapper struct for mouse clicks rather than passing | Nicholas Marriott | 2009-10-11 |
* | Put all jobs on a global all_jobs list and use that in server.c instead of | Nicholas Marriott | 2009-10-10 |