| Commit message (Expand) | Author | Age |
... | |
| | * | 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 |
| | * | 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-10 |
| | * | The UTF-8 detection idea doesn't work and I am reasonably happy with the | Nicholas Marriott | 2009-10-09 |
| | * | Remove scroll mode which is now redundant, copy mode should be used instead. | Nicholas Marriott | 2009-10-06 |
| | * | Make C-Up and C-Down in copy mode scroll the screen up and down one line | Nicholas Marriott | 2009-10-06 |
| | * | If no target client is specified to commands which accept one, try to guess the | Nicholas Marriott | 2009-10-05 |
| | * | New lock-client and lock-session commands to lock an individual client or all | Nicholas Marriott | 2009-09-24 |
| | * | Remove PROMPT_HIDDEN code which is now unused. | Nicholas Marriott | 2009-09-23 |
| | * | Support -c like sh(1) to execute a command, useful when tmux is a login | Nicholas Marriott | 2009-09-23 |
| | * | Remove the internal tmux locking and instead detach each client and run the | Nicholas Marriott | 2009-09-23 |
| | * | Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the client | Nicholas Marriott | 2009-09-23 |
| | * | Don't attempt to open() the tty path, rely on the client sending its stdin fd | Nicholas Marriott | 2009-09-23 |
| | * | Permit multiple prefix keys to be defined, separated by commas, for example: | Nicholas Marriott | 2009-09-22 |
| | * | Use option print function for info messages as well. | Nicholas Marriott | 2009-09-21 |
| | * | Move common code from show-options and show-window-options into a function. | Nicholas Marriott | 2009-09-21 |