aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2017-04-20
|\
| * If a #() command doesn't exit, use its most recent line of output (itnicm2017-04-20
* | Merge branch 'obsd-master'Thomas Adam2017-04-19
|\|
| * When the data we have buffered to write to a terminal grows beyond anicm2017-04-19
* | Merge branch 'obsd-master'Thomas Adam2017-04-18
|\|
| * Add a format for number of bytes writtent to client, useful for debugging.nicm2017-04-18
* | Merge branch 'obsd-master'Thomas Adam2017-04-06
|\|
| * Give each client a name. This defaults to the tty name as before butnicm2017-04-05
* | Merge branch 'obsd-master'Thomas Adam2017-03-22
|\|
| * Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-22
* | Merge branch 'obsd-master'Thomas Adam2017-02-15
|\|
| * "status bar" -> "status line" for consistency, from Benjamin Dopplinger.nicm2017-02-15
* | Merge branch 'obsd-master'Thomas Adam2017-02-14
|\|
| * Don't use a bufferevent for the tty, so we can keep better track of whatnicm2017-02-10
| * Instead of numbering session groups, give them a name which may be givennicm2017-02-09
| * Document refresh-client -C.nicm2017-02-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-09
|\|
| * Don't lie about the default size in the man page.nicm2017-02-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-01
|\|
| * Implement "all event" (1003) mouse mode but in a way that works. Thenicm2017-02-01
* | Merge branch 'obsd-master'Thomas Adam2017-01-30
|\|
| * Add -n to break-pane.nicm2017-01-29
* | Merge branch 'obsd-master'Thomas Adam2017-01-25
|\|
| * If xterm-keys is on, use xterm(1) style keys for Home and End as well asnicm2017-01-25
* | Merge branch 'obsd-master'Thomas Adam2017-01-24
|\|
| * Make update-environment an array as well.nicm2017-01-24
| * Convert terminal-overrides to an array option.nicm2017-01-24
| * Remove some lies about terminal-overrides from tmux.1.nicm2017-01-24
| * Add support for custom command aliases, this is an array option whichnicm2017-01-24
* | Merge branch 'obsd-master'Thomas Adam2017-01-13
|\|
| * Add -E to detach-client to exec a command to replace the client insteadnicm2017-01-13
* | Merge branch 'obsd-master'Thomas Adam2017-01-11
|\|
| * Add a format for terminal type.nicm2017-01-11
* | Merge branch 'obsd-master'Thomas Adam2017-01-10
|\|
| * Some manpage fixes: rephrase a convoluted sentence, make the names ofnicm2017-01-10
* | Merge branch 'obsd-master'Thomas Adam2017-01-10
|\|
| * avoid unneccessary markup; tweaked and ok nicmjmc2017-01-10
* | Merge branch 'obsd-master'Thomas Adam2017-01-09
|\|
| * Add %if/%endif for conditionals when parsing configuration files, thenicm2017-01-09
| * Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"nicm2017-01-09
* | Add a format for the version.Nicholas Marriott2017-01-09
* | Merge branch 'obsd-master'Thomas Adam2017-01-09
|\|
| * Run the source-file pattern through glob(3).nicm2017-01-09
* | Merge branch 'obsd-master'Thomas Adam2017-01-07
|\|
| * Add note about ccc and initc so people who want it can see it isnicm2017-01-07
* | Merge branch 'obsd-master'Thomas Adam2017-01-06
|\|
| * Incremental search in copy mode (on for emacs keys by default) - muchnicm2017-01-06
* | Merge branch 'obsd-master'Thomas Adam2016-11-29
|\|
| * Make send -N work for all keys, not just in copy mode. From Artem Fokin.nicm2016-11-29
* | Merge branch 'obsd-master'Thomas Adam2016-11-24
|\|