aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Do not look at next key byte if the length is 0, originally from Shingonicm2019-02-16
| | | | | | | | NISHIOKA in GitHub issue 1601.
* | 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 Adam2019-02-09
|\|
| * Completion of command-alias members.nicm2019-02-09
| |
* | Redirect which stderr.Nicholas Marriott2019-02-06
| |
* | Merge branch 'obsd-master'Thomas Adam2019-02-06
|\|
| * Add -b to display-panes like run-shell, GitHub issue 1559.nicm2019-02-06
| |
* | Merge branch 'obsd-master'Thomas Adam2019-01-20
|\|
| * Should use DECFRA if not default, not if default. From Karl Beldan.nicm2019-01-20
| |
* | Merge branch 'obsd-master'Thomas Adam2019-01-15
|\|
| * Should save the bg colour when setting it to default, not the fg.nicm2019-01-15
| |
* | Merge branch 'obsd-master'Thomas Adam2019-01-15
|\|
| * Do not highlight characters which will not be copied, reported bynicm2019-01-15
| | | | | | | | Jaroslaw Rzeszotko.
* | Merge branch 'obsd-master'Thomas Adam2018-12-18
|\|
| * Pass window into mode functions.nicm2018-12-18
| |
* | Merge branch 'obsd-master'Thomas Adam2018-12-18
|\|
| * Fix parsing of empty colon-separated fields, reported by Siarhei Siniak.nicm2018-12-17
| |
* | Merge branch 'obsd-master'Thomas Adam2018-11-30
|\|
| * Clear PANE_EXITED flag when starting new child process in case the panenicm2018-11-30
| | | | | | | | has been respawned.
* | osdep_get_cwd for NetBSD, from Leonardo Taccari.Nicholas Marriott2018-11-29
| |
* | Merge branch 'obsd-master'Thomas Adam2018-11-28
|\|
| * Handle UTF-8 in word-separators option, GitHub issue 1551.nicm2018-11-28
| |
* | Merge branch 'obsd-master'Thomas Adam2018-11-22
|\|
| * Do not use PWD unless it actually matches the real working directory.nicm2018-11-22
| |
* | Add to TODO.Nicholas Marriott2018-11-21
| |
* | Fixes for GNU/kFreeBSD from James Clarke.Nicholas Marriott2018-11-21
| |
* | Merge branch 'obsd-master'Thomas Adam2018-11-19
|\|
| * evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm2018-11-19
| | | | | | | | return NULL. GitHub issue 1547.
* | Merge branch 'obsd-master'Thomas Adam2018-11-15
|\|
| * Add [template] to display-panes and choose-{buffer,client,tree} usagekn2018-11-15
| | | | | | | | OK nicm
* | Merge branch 'obsd-master'Thomas Adam2018-11-13
|\|
| * Initialize context property in alignment test handler function.nicm2018-11-13
| |
* | Merge branch 'obsd-master'Thomas Adam2018-11-12
|\|
| * Allow style #[] in mode formats.nicm2018-11-12
| |
* | Merge branch 'obsd-master'Thomas Adam2018-11-08
|\|
| * It isn't possible to specify buffer name to copy mode commands now, sonicm2018-11-08
| | | | | | | | remove the function argument.
* | Merge branch 'obsd-master'Thomas Adam2018-11-07
|\|
| * If a non-repeating key is used when repeating, it should be treated asnicm2018-11-07
| | | | | | | | | | an entirely new key press, not checked in root table and ignored if not found. GitHub issue 1513.
| * There is no reason wait-for has to be restricted to outside tmux.nicm2018-11-07
| |
* | Add to TODO.Nicholas Marriott2018-11-07
| |
* | Merge branch 'obsd-master'Thomas Adam2018-11-06
|\|
| * Correctly unzoom and redraw panes in switch-client.nicm2018-11-06
| |
* | Merge branch 'obsd-master'Thomas Adam2018-10-31
|\|
| * Reset all flags in screen_write_reset, reported by Benjamin Poirier.nicm2018-10-31
| |
* | Merge branch 'obsd-master'Thomas Adam2018-10-28
|\|
| * Do not printf NULL.nicm2018-10-28
| |
* | Merge branch 'obsd-master'Thomas Adam2018-10-28
|\|
| * Do not check for a key again without an escape if only \033 is present.nicm2018-10-28
| |
* | Add to CHANGES.Nicholas Marriott2018-10-26
| |