aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
| * Use a pointer for the active screen in the status line instead ofnicm2019-03-16
| * Tidy and rename some bits of status line code.nicm2019-03-16
| * Add a way to set individual defaults for an array option.nicm2019-03-15
| * Move status line free into its own function.nicm2019-03-15
| * Remove unused member of struct client.nicm2019-03-15
| * Add a -v flag to display-message to show verbose messages as the formatnicm2019-03-15
| * Store the time in the format tree rather than passing it around.nicm2019-03-14
* | Merge branch 'obsd-master'Thomas Adam2019-03-14
|\|
| * Add a wrapper (struct style) around styles rather than using thenicm2019-03-14
* | Merge branch 'obsd-master'Thomas Adam2019-03-13
|\|
| * Set a flag on cells are genuinely empty (cleared and never written to)nicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * Fix HPA in origin mode.nicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * Fix resizing of control clients, should be ignored until SIZECHANGED flag set.nicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.nicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-08
|\|
| * Make the mode used to view command output (a variant of copy mode) usenicm2019-03-08
* | Merge branch 'obsd-master'Thomas Adam2019-03-07
|\|
| * Add a separate mode struct for the active window mode if any.nicm2019-03-07
* | Merge branch 'obsd-master'Thomas Adam2019-03-07
|\|
| * Make adding mode formats a function pointer as well.nicm2019-03-07
* | Merge branch 'obsd-master'Thomas Adam2019-02-16
|\|
| * Use starting client cwd in config file, GitHub issue 1606.nicm2019-02-16
* | Merge branch 'obsd-master'Thomas Adam2018-12-18
|\|
| * Pass window into mode functions.nicm2018-12-18
* | Merge branch 'obsd-master'Thomas Adam2018-11-22
|\|
| * Do not use PWD unless it actually matches the real working directory.nicm2018-11-22
* | Merge branch 'obsd-master'Thomas Adam2018-10-25
|\|
| * 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
* | Support for extended underline styles, enabled by adding the SmulxNicholas Marriott2018-10-08
* | Merge branch 'obsd-master'Thomas Adam2018-10-03
|\|
| * Do not move the cursor when the mouse wheel is used, GitHub issue 1493.nicm2018-10-03
* | Revert "Add a B flag to mark windows bigger than the client."Nicholas Marriott2018-09-26
* | Merge branch 'obsd-master'Thomas Adam2018-09-25
|\|
| * Allow panes to be 1 line or column by redrawing instead of using thenicm2018-09-25
* | Add a B flag to mark windows bigger than the client.Nicholas Marriott2018-09-25
* | Ignore clients that are suspended or exiting.Nicholas Marriott2018-09-25
* | Bring back window_pane_visible to stop input going to panes which areNicholas Marriott2018-09-10
* | Merge branch 'obsd-master'Thomas Adam2018-08-29
|\|
| * Keep any text killed in the command prompt with C-w and yank it withnicm2018-08-29
* | Do not draw cells which have no cell (zoomed and they are not active).Nicholas Marriott2018-08-25
* | Merge branch 'obsd-master'Thomas Adam2018-08-23
|\|