summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2019-04-02Store and restore cursor across reflow by working out a position basednicm
2019-03-25Merge branch 'obsd-master'Thomas Adam
2019-03-25Add StatusDefault binding for the mouse on any otherwise unassignednicm
2019-03-20Merge branch 'obsd-master'Thomas Adam
2019-03-20Improve cursor positioning after reflow by storing the position as annicm
2019-03-19Merge branch 'obsd-master'Thomas Adam
2019-03-18The individual -fg, -bg and -attr options have been deprecated (innicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Add format variables for the default formats for the various modesnicm
2019-03-18Make array options a sparse tree instead of an array of char * andnicm
2019-03-16Use a pointer for the active screen in the status line instead ofnicm
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-14Merge branch 'obsd-master'Thomas Adam
2019-03-14Add a wrapper (struct style) around styles rather than using thenicm
2019-03-13Merge branch 'obsd-master'Thomas Adam
2019-03-12Set a flag on cells are genuinely empty (cleared and never written to)nicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12Fix HPA in origin mode.nicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12Fix resizing of control clients, should be ignored until SIZECHANGED flag set.nicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptnicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.nicm
2019-03-08Merge branch 'obsd-master'Thomas Adam
2019-03-08Make the mode used to view command output (a variant of copy mode) usenicm
2019-03-07Merge branch 'obsd-master'Thomas Adam
2019-03-07Add a separate mode struct for the active window mode if any.nicm
2019-03-07Merge branch 'obsd-master'Thomas Adam
2019-03-07Make adding mode formats a function pointer as well.nicm
2019-02-16Merge branch 'obsd-master'Thomas Adam
2019-02-16Use starting client cwd in config file, GitHub issue 1606.nicm
2018-12-18Merge branch 'obsd-master'Thomas Adam
2018-12-18Pass window into mode functions.nicm
2018-11-22Merge branch 'obsd-master'Thomas Adam
2018-11-22Do not use PWD unless it actually matches the real working directory.nicm
2018-10-25Merge branch 'obsd-master'Thomas Adam
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