summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support blinking cursor mode, both the xterm CSI ?12 h/l and (thenicm2015-01-201-2/+3
* Add pane_dead_status for exit status of dead panes.nicm2014-12-091-1/+2
* Permit option values to be used in formats.nicm2014-12-021-12/+2
* Remove dead code, from Thomas Adam.nicm2014-11-301-4/+1
* Label windows which are smaller than expected with a reason.nicm2014-11-141-2/+4
* Add V for select line with vi(1) keys. From Juho Pohjala.nicm2014-11-061-1/+7
* Move cfg_causes local into cfg.c and remove struct causelist.nicm2014-10-271-5/+3
* Merge unlink-window into kill-window.nicm2014-10-221-1/+2
* Only redraw pane when it has actually changed.nicm2014-10-211-2/+2
* Better format for printf format attributes.nicm2014-10-201-26/+22
* Move template defines back into .c files.nicm2014-10-201-73/+1
* Tidy up some includes.nicm2014-10-201-5/+2
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-081-2/+3
* Wake up any clients waiting with the wait-for command when the servernicm2014-09-011-1/+4
* Various minor style and spacing nits.nicm2014-09-011-2/+2
* Fix two copy mode problems:nicm2014-08-111-1/+2
* Add flags to selectp to enable and disable input to a pane, from Anishnicm2014-08-111-1/+2
* Remove support for the continuous reporting "any" mouse mode which nevernicm2014-08-091-3/+3
* Drop explicit support for F13-F20 and change to match the xterm terminfonicm2014-07-211-29/+64
* Properly track switching G0 and G1 modes between US-ASCII and VT100 linenicm2014-06-061-4/+12
* Now that cmdlists are reference counted, there is no need for two-stepnicm2014-05-141-2/+1
* If multiple arguments are given to new-session, new-window,nicm2014-05-131-10/+12
* Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm2014-05-131-1/+2
* Add support for named buffers. If you don't name a buffer, things worknicm2014-05-131-9/+18
* Just use char ** for argv like normal people, not char *const *.nicm2014-05-091-2/+2
* Instead of forcing mouse scroll to 1 in choose mode, scale it downnicm2014-05-081-1/+4
* Both the two previous ways of navigating panes by direction havenicm2014-05-081-3/+3
* There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-241-10/+8
* Add some UTF-8 utility functions and use them to prevent the width limitnicm2014-04-171-8/+13
* Set PATH explicitly, either from client or sessionnicm2014-04-171-9/+9
* Don't limit the DCS buffer to 256 bytes, expand it as needed. Requestednicm2014-04-171-2/+5
* Correct the dance to fix the active pane in join-pane by pulling thenicm2014-04-171-1/+2
* Remove the "info" message mechanism, this was only used for about fivenicm2014-04-171-2/+1
* Remove the monitor-content option and associated bits and bobs. It'snicm2014-04-171-5/+3
* Remove a leftover prototype and fix some spacing.nicm2014-04-161-4/+5
* Remove the choose-list command to prepare for some later choose-* work.nicm2014-04-161-2/+1
* Work out mouse scroll wheel effect when the mouse is first detected andnicm2014-04-031-1/+2
* Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm2014-04-021-4/+5
* missed commit matching log.cderaadt2014-04-011-2/+2
* GRID_DEBUG is no longer needed.nicm2014-03-311-11/+1
* Remove unused log functions.nicm2014-03-311-4/+1
* Add names for mouse button bits rather than using magic numbers, fromnicm2014-03-311-3/+11
* Use hex constants rather than shifts for mouse events and flags, pointednicm2014-03-311-7/+7
* Add setb -a to append and a copy mode append command, from J Raynor withnicm2014-03-311-1/+2
* Make session_attached a count and add session_many_attached flag.nicm2014-03-311-1/+3
* Add start-of-list, end-of-list, top-line and bottom-line in choice mode,nicm2014-03-311-1/+5
* Having three *clock* files is ridiculous, remove clock.c.nicm2014-03-311-5/+2
* Change terminal-overrides to a server option (now that we have them), itnicm2014-02-231-4/+4
* Break up and simplify screen_redraw_screen.nicm2014-01-311-2/+2