aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
| | * Initial changes to move tmux to libevent.Nicholas Marriott2009-11-04
| | * Add an activity time for clients, like for sessions, and change session andNicholas Marriott2009-11-03
| | * If it isn't available explicitly, work out the current client in a similar wayNicholas Marriott2009-11-03
| | * Change session and client activity and creation time members to have moreNicholas Marriott2009-11-03
| | * tv member of struct paste_buffer is updated but not otherwise used, so removeNicholas Marriott2009-11-03
| | * Double the escape timer (the time after a \033 is received before tmux gives upNicholas Marriott2009-11-02
| | * Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott2009-11-01
| | * If any client currently displaying a window pane has more than 1 KB of outputNicholas Marriott2009-10-28
| | * Move the poll registration functions into the server-*.c files.Nicholas Marriott2009-10-27
| | * Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysNicholas Marriott2009-10-26
| | * Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of theseNicholas Marriott2009-10-26
| | * Rename keypad keys to something more useful.Nicholas Marriott2009-10-26
| | * Remove the -d flag to tmux and just use op/AX to detect default colours.Nicholas Marriott2009-10-25
| | * Split the server code handling clients, jobs and windows off into separateNicholas Marriott2009-10-22
| | * Client tidying: get rid of client_ctx struct in favour of two variables inNicholas Marriott2009-10-21
| | * Remove unused function.Nicholas Marriott2009-10-21
| | * Try to reduce the UTF-8 mess.Nicholas Marriott2009-10-20
| | * UTF-8 combined character fixes.Nicholas Marriott2009-10-20
| | * Nuke stray blank line.Nicholas Marriott2009-10-20
| | * Instead of having a complicated check to see if the cursor is in the lastNicholas Marriott2009-10-17
| | * Move lines into the history when scrolling even if the scroll region is notNicholas Marriott2009-10-13
| | * Add mode keys to move the cursor to the top, middle and bottom of the screen.Nicholas Marriott2009-10-13
| | * When drawing lines that have wrapped naturally, don't force a newline butNicholas Marriott2009-10-12
| | * When backspace is received at the beginning of a line and the previous line wasNicholas Marriott2009-10-12
| | * Use relative cursor movement instead of absolute when possible and whenNicholas Marriott2009-10-12
| | * Similarly add a tty_cursor_pane function to tidy up most of the calls.Nicholas Marriott2009-10-12
| | * _absolute is redundant, just use tty_region.Nicholas Marriott2009-10-12
| | * Cleanup: use two functions for region setting, one for absolute and one insideNicholas Marriott2009-10-12
| | * Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott2009-10-11
| | * Collect status from dead jobs and don't invoke the callback until bothNicholas Marriott2009-10-11
| | * Clean up by introducing a wrapper struct for mouse clicks rather than passingNicholas Marriott2009-10-11
| | * Put all jobs on a global all_jobs list and use that in server.c instead ofNicholas Marriott2009-10-10
| | * Split list-panes off from list-windows.Nicholas Marriott2009-10-10
| | * Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10
| | * New option, mouse-select-pane. If on, the mouse may be used to select theNicholas Marriott2009-10-10
| | * Add "grouped sessions" which have independent name, options, current window andNicholas Marriott2009-10-10
| | * Support for individual session idle time locking. May be enabled by turning offNicholas Marriott2009-10-10
| | * The UTF-8 detection idea doesn't work and I am reasonably happy with theNicholas Marriott2009-10-09
| | * Remove scroll mode which is now redundant, copy mode should be used instead.Nicholas Marriott2009-10-06
| | * Make C-Up and C-Down in copy mode scroll the screen up and down one lineNicholas Marriott2009-10-06
| | * If no target client is specified to commands which accept one, try to guess theNicholas Marriott2009-10-05
| | * New lock-client and lock-session commands to lock an individual client or allNicholas Marriott2009-09-24
| | * Remove PROMPT_HIDDEN code which is now unused.Nicholas Marriott2009-09-23
| | * Support -c like sh(1) to execute a command, useful when tmux is a loginNicholas Marriott2009-09-23
| | * Remove the internal tmux locking and instead detach each client and run theNicholas Marriott2009-09-23
| | * Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the clientNicholas Marriott2009-09-23
| | * Don't attempt to open() the tty path, rely on the client sending its stdin fdNicholas Marriott2009-09-23
| | * Permit multiple prefix keys to be defined, separated by commas, for example:Nicholas Marriott2009-09-22
| | * Use option print function for info messages as well.Nicholas Marriott2009-09-21
| | * Move common code from show-options and show-window-options into a function.Nicholas Marriott2009-09-21