summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2019-03-16Tidy and rename some bits of status line code.nicm
2019-03-15Add a way to set individual defaults for an array option.nicm
2019-03-15Move status line free into its own function.nicm
2019-03-15Remove unused member of struct client.nicm
2019-03-15Add a -v flag to display-message to show verbose messages as the formatnicm
2019-03-14Store the time in the format tree rather than passing it around.nicm
2019-03-14Add a wrapper (struct style) around styles rather than using thenicm
2019-03-12Set a flag on cells are genuinely empty (cleared and never written to)nicm
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
2019-03-12Fix HPA in origin mode.nicm
2019-03-12Fix resizing of control clients, should be ignored until SIZECHANGED flag set.nicm
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptnicm
2019-03-12Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.nicm
2019-03-08Make the mode used to view command output (a variant of copy mode) usenicm
2019-03-07Add a separate mode struct for the active window mode if any.nicm
2019-03-07Make adding mode formats a function pointer as well.nicm
2019-02-16Use starting client cwd in config file, GitHub issue 1606.nicm
2018-12-18Pass window into mode functions.nicm
2018-11-22Do not use PWD unless it actually matches the real working directory.nicm
2018-10-25Add a "terminal" colour which can be used instead of "default" in stylenicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-10-18Support for extended underline styles on terminals which offer them,nicm
2018-10-03Do not move the cursor when the mouse wheel is used, GitHub issue 1493.nicm
2018-09-25Allow panes to be 1 line or column by redrawing instead of using thenicm
2018-08-29Keep any text killed in the command prompt with C-w and yank it withnicm
2018-08-23Move job struct into job.c.nicm
2018-08-22Add StatusLeft and StatusRight mouse key modifiers for the left andnicm
2018-08-20Move offset of window list into status struct.nicm
2018-08-19Add a flag to force redrawing of the status line even if the contentnicm
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and fornicm
2018-08-18SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm
2018-08-18Some tidying and helper functions.nicm
2018-08-09Bump the UTF-8 character array up to 18 to allow for more combiningnicm
2018-08-02Log command arguments.nicm
2018-08-02session_groups can be static also.nicm
2018-08-02Minor tidying.nicm
2018-08-02Make display-panes block the client until a pane is chosen or it times out.nicm
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlynicm
2018-07-30Remove a leftover unused struct.nicm
2018-07-16Add an "Any" key to run a command if a key is pressed that is not boundnicm
2018-07-04Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm
2018-07-04Add accessors for grid linedata member, for some future work. From Dannicm
2018-06-08Instead of working out which pane to resize with the mouse by walkingnicm
2018-05-24Make server_client_get_cwd used (almost) everywhere we need to work outnicm
2018-04-18Change how display-message uses the client. Originally it was onlynicm
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill annicm
2018-03-16Insert full size panes at the right position, from KOIE Hidetaka innicm
2018-03-08Add a missing client-detached hook when the server shuts down, and donicm
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
2018-02-16Reflowing the grid in-place involved way too much memmove() for a bignicm