aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Set a flag on cells are genuinely empty (cleared and never written to)nicm2019-03-12
* DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-12
* Fix HPA in origin mode.nicm2019-03-12
* Fix resizing of control clients, should be ignored until SIZECHANGED flag set.nicm2019-03-12
* Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-12
* Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.nicm2019-03-12
* Make the mode used to view command output (a variant of copy mode) usenicm2019-03-08
* Add a separate mode struct for the active window mode if any.nicm2019-03-07
* Make adding mode formats a function pointer as well.nicm2019-03-07
* Use starting client cwd in config file, GitHub issue 1606.nicm2019-02-16
* Pass window into mode functions.nicm2018-12-18
* Do not use PWD unless it actually matches the real working directory.nicm2018-11-22
* Add a "terminal" colour which can be used instead of "default" in stylenicm2018-10-25
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* Support for extended underline styles on terminals which offer them,nicm2018-10-18
* Do not move the cursor when the mouse wheel is used, GitHub issue 1493.nicm2018-10-03
* Allow panes to be 1 line or column by redrawing instead of using thenicm2018-09-25
* Keep any text killed in the command prompt with C-w and yank it withnicm2018-08-29
* Move job struct into job.c.nicm2018-08-23
* Add StatusLeft and StatusRight mouse key modifiers for the left andnicm2018-08-22
* Move offset of window list into status struct.nicm2018-08-20
* Add a flag to force redrawing of the status line even if the contentnicm2018-08-19
* Add a client redraw-window flag instead of the redraw-all flag and fornicm2018-08-19
* SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm2018-08-18
* Some tidying and helper functions.nicm2018-08-18
* Bump the UTF-8 character array up to 18 to allow for more combiningnicm2018-08-09
* Log command arguments.nicm2018-08-02
* session_groups can be static also.nicm2018-08-02
* Minor tidying.nicm2018-08-02
* Make display-panes block the client until a pane is chosen or it times out.nicm2018-08-02
* Move struct screen_sel into screen.c and tidy up members that are onlynicm2018-07-31
* Remove a leftover unused struct.nicm2018-07-30
* Add an "Any" key to run a command if a key is pressed that is not boundnicm2018-07-16
* Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm2018-07-04
* Add accessors for grid linedata member, for some future work. From Dannicm2018-07-04
* Instead of working out which pane to resize with the mouse by walkingnicm2018-06-08
* Make server_client_get_cwd used (almost) everywhere we need to work outnicm2018-05-24
* Change how display-message uses the client. Originally it was onlynicm2018-04-18
* Add x and X to choose-tree (with a confirmation prompt) to kill annicm2018-04-10
* Insert full size panes at the right position, from KOIE Hidetaka innicm2018-03-16
* Add a missing client-detached hook when the server shuts down, and donicm2018-03-08
* Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-28
* Reflowing the grid in-place involved way too much memmove() for a bignicm2018-02-16
* Add struct status_line to hold status line members of struct client, notnicm2018-02-05
* Upstream ncurses has introduced terminfo capabilities to specify RGBnicm2018-02-04
* Remove unused hooks_run function, from Thomas Adam.nicm2018-01-18
* Report better error from server when socket create fails, GitHub issuenicm2017-12-19
* Add a common function for spreading out cells and use it for the twonicm2017-11-15
* Completely rewrite the reflow code to correctly handle double widthnicm2017-11-15
* Support mouse on preview in tree mode.nicm2017-11-03