summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
AgeCommit message (Expand)Author
2015-02-01Remove two unused arguments from status_replace.Nicholas Marriott
2015-01-20Support blinking cursor mode, both the xterm CSI ?12 h/l and (theNicholas Marriott
2014-12-09Add pane_dead_status for exit status of dead panes.Nicholas Marriott
2014-12-02Permit option values to be used in formats.Nicholas Marriott
2014-11-30Remove dead code, from Thomas Adam.Nicholas Marriott
2014-11-14Label windows which are smaller than expected with a reason.Nicholas Marriott
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.Nicholas Marriott
2014-10-27Move cfg_causes local into cfg.c and remove struct causelist.Nicholas Marriott
2014-10-22Merge unlink-window into kill-window.Nicholas Marriott
2014-10-21Only redraw pane when it has actually changed.Nicholas Marriott
2014-10-20Better format for printf format attributes.Nicholas Marriott
2014-10-20Move template defines back into .c files.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-10-20Instead of setting up the default keys by building the key structNicholas Marriott
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2014-09-01Wake up any clients waiting with the wait-for command when the serverNicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2014-08-11Fix two copy mode problems:Nicholas Marriott
2014-08-11Add flags to selectp to enable and disable input to a pane, from AnishNicholas Marriott
2014-08-09Remove support for the continuous reporting "any" mouse mode which neverNicholas Marriott
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfoNicholas Marriott
2014-06-06Properly track switching G0 and G1 modes between US-ASCII and VT100 lineNicholas Marriott
2014-05-14Now that cmdlists are reference counted, there is no need for two-stepNicholas Marriott
2014-05-13If multiple arguments are given to new-session, new-window,Nicholas Marriott
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.Nicholas Marriott
2014-05-13Add support for named buffers. If you don't name a buffer, things workNicholas Marriott
2014-05-09Just use char ** for argv like normal people, not char *const *.Nicholas Marriott
2014-05-08Instead of forcing mouse scroll to 1 in choose mode, scale it downNicholas Marriott
2014-05-08Both the two previous ways of navigating panes by direction haveNicholas Marriott
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersNicholas Marriott
2014-04-17Add some UTF-8 utility functions and use them to prevent the width limitNicholas Marriott
2014-04-17Set PATH explicitly, either from client or sessionNicholas Marriott
2014-04-17Don't limit the DCS buffer to 256 bytes, expand it as needed. RequestedNicholas Marriott
2014-04-17Correct the dance to fix the active pane in join-pane by pulling theNicholas Marriott
2014-04-17Remove the "info" message mechanism, this was only used for about fiveNicholas Marriott
2014-04-17Remove the monitor-content option and associated bits and bobs. It'sNicholas Marriott
2014-04-16Remove a leftover prototype and fix some spacing.Nicholas Marriott
2014-04-16Remove the choose-list command to prepare for some later choose-* work.Nicholas Marriott
2014-04-03Work out mouse scroll wheel effect when the mouse is first detected andNicholas Marriott
2014-04-02Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makeNicholas Marriott
2014-04-01missed commit matching log.cTheo de Raadt
2014-03-31GRID_DEBUG is no longer needed.Nicholas Marriott
2014-03-31Remove unused log functions.Nicholas Marriott
2014-03-31Add names for mouse button bits rather than using magic numbers, fromNicholas Marriott
2014-03-31Use hex constants rather than shifts for mouse events and flags, pointedNicholas Marriott
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withNicholas Marriott
2014-03-31Make session_attached a count and add session_many_attached flag.Nicholas Marriott
2014-03-31Add start-of-list, end-of-list, top-line and bottom-line in choice mode,Nicholas Marriott
2014-03-31Having three *clock* files is ridiculous, remove clock.c.Nicholas Marriott
2014-02-23Change terminal-overrides to a server option (now that we have them), itNicholas Marriott