Age | Commit message (Expand) | Author |
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 |
2009-10-22 | Split the server code handling clients, jobs and windows off into separate | Nicholas Marriott |
2009-10-21 | 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-20 | 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-17 | Instead of having a complicated check to see if the cursor is in the last | Nicholas Marriott |
2009-10-13 | 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-12 | 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-11 | 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-10 | Put all jobs on a global all_jobs list and use that in server.c instead of | Nicholas Marriott |
2009-10-10 | Split list-panes off from list-windows. | Nicholas Marriott |
2009-10-10 | Rather than running status-left, status-right and window title #() with popen | Nicholas Marriott |
2009-10-10 | New option, mouse-select-pane. If on, the mouse may be used to select the | Nicholas Marriott |
2009-10-10 | Add "grouped sessions" which have independent name, options, current window and | Nicholas Marriott |
2009-10-10 | Support for individual session idle time locking. May be enabled by turning off | Nicholas Marriott |
2009-10-09 | The UTF-8 detection idea doesn't work and I am reasonably happy with the | Nicholas Marriott |