aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Sync OpenBSD patchset 148:Tiago Cunha2009-07-20
* Sync OpenBSD patchset 142:Tiago Cunha2009-07-20
* Add three new session options: visual-activity, visual-bell, visual-content.Tiago Cunha2009-07-19
* Make it so using kill-pane to destroy the last pane in a window destroys theNicholas Marriott2009-07-18
* Tidy up new-session and attach-session and change them to work from insideNicholas Marriott2009-07-18
* - New command display-message (alias display) to display a message in theTiago Cunha2009-07-17
* A similar for fix for window_choose: don't rely on the callback always beingNicholas Marriott2009-07-17
* Memory could be leaked if a second prompt or message appeared while another wasNicholas Marriott2009-07-17
* Make status_message_set a variadic printf-like function. No functional change -Nicholas Marriott2009-07-15
* Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bitNicholas Marriott2009-07-15
* Add main-pane-height to the options list (was missed before).Nicholas Marriott2009-07-15
* Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott2009-07-15
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott2009-07-15
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-14
* Tidy up and improve target (-t) argument parsing:Nicholas Marriott2009-07-14
* Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott2009-07-14
* Missed this declaration in key bindings change. Whoops.Nicholas Marriott2009-07-14
* Add a "back to indentation" key in copy mode to move the cursor to the firstNicholas Marriott2009-07-14
* If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott2009-07-14
* When pasting, translate \n into \r. This matches xterm and putty's behaviour,Nicholas Marriott2009-07-12
* Add a default-terminal option to set the starting value of $TERM in newNicholas Marriott2009-07-12
* New command, if-shell (alias if). Executes the tmux command in the secondNicholas Marriott2009-07-09
* Tidy by removing unused argument from grid_view_{insert,delete}_line_regionNicholas Marriott2009-07-09
* Fix $Id$.Nicholas Marriott2009-07-08
* Rename the global options variables to be shorter and to make session optionsNicholas Marriott2009-07-08
* Change default_window_name to use window_default_command if the actual cmd isNicholas Marriott2009-07-02
* $Id$.Nicholas Marriott2009-07-01
* Fix $Id$.Nicholas Marriott2009-06-29
* Remove some unused function declarations; no binary change.Nicholas Marriott2009-06-26
* #ifndef nitems.Nicholas Marriott2009-06-26
* Start of portability update: bitstring.h.Nicholas Marriott2009-06-25
* More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott2009-06-25
* Whitespace and more syncing.Nicholas Marriott2009-06-25
* No more xmalloc-debug.Nicholas Marriott2009-06-25
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
* tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott2009-06-25
* Miscellaneous unused functions, including one which was basically aNicholas Marriott2009-06-25
* Nuke unused buffer functions. Found by lint.Nicholas Marriott2009-06-25
* Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott2009-06-25
* Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott2009-06-25
* Trying to predict the cursor position for UTF-8 output in the same way as forNicholas Marriott2009-06-25
* Constify utf8_width() function argument.Nicholas Marriott2009-06-25
* Proper support for tab stops (\033H etc), using a bitstring(3). Makes anotherNicholas Marriott2009-06-25
* Implement the DEC alignment test. With the last change this is enough for theNicholas Marriott2009-06-25
* New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott2009-06-25
* Add a UTF-8 aware string length function and make UTF-8 inNicholas Marriott2009-06-25
* Nuke unused pane flag.Nicholas Marriott2009-06-25
* Now in base.Nicholas Marriott2009-05-26
* UPPER -> BIG, sort, and bump protocol version.Nicholas Marriott2009-05-21
* Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide cha...Nicholas Marriott2009-05-19