| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-11-19 | |
| |\| | ||||
| | * | Add -b to splitw like joinw, from Felix Rosencrantz. | nicm | 2014-11-12 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-11-09 | |
| |\| | ||||
| | * | V should be vi not emacs, also sort. From Theo Buehler. | nicm | 2014-11-07 | |
| | | | ||||
| | * | Add V for select line with vi(1) keys. From Juho Pohjala. | nicm | 2014-11-06 | |
| | | | ||||
| | * | Do not put a space between status-left/status-right and the window list, | nicm | 2014-11-05 | |
| | | | | | | | | | | | instead move the space into the defaults for the options (so status-left now defaults to "[#S] ". From Balazs Kezes. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-10-29 | |
| |\| | | | | | | | | | | | | | Conflicts: Makefile cmd-link-window.c cmd-unlink-window.c | |||
| | * | Add pane_input_off format, from Anish R Athalye. | nicm | 2014-10-25 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-10-21 | |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile cmd-list-commands.c cmd-suspend-client.c job.c tmux.h xmalloc.c | |||
| | * | Fix description of Ss and Se. | nicm | 2014-10-18 | |
| | | | ||||
| | * | Top function key is F12 now. | nicm | 2014-10-02 | |
| | | | ||||
| | * | Support ! for last pane. | nicm | 2014-09-25 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-09-25 | |
| |\| | ||||
| | * | Add window_last_flag and window_zoomed_flag. From John Morrissey. | nicm | 2014-09-08 | |
| | | | ||||
| | * | Fix typo (paneas -> panes). | nicm | 2014-09-01 | |
| | | | ||||
| | * | Add flags to selectp to enable and disable input to a pane, from Anish | nicm | 2014-08-11 | |
| | | | | | | | | | Athalye. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-06-20 | |
| |\| | ||||
| | * | Make -S- and -E- mean the start and end to capture-pane to avoid having | nicm | 2014-06-20 | |
| | | | | | | | | | to faff around with huge numbers to get everything. | |||
| | * | Add some formats for pane bounds. | nicm | 2014-05-27 | |
| | | | ||||
| | * | Change key-table to mode-table to allow for some future work. From Keith | nicm | 2014-05-14 | |
| | | | | | | | | | Amling. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-05-13 | |
| |\| | | | | | | | | | | | Conflicts: format.c window.c | |||
| | * | If multiple arguments are given to new-session, new-window, | nicm | 2014-05-13 | |
| | | | | | | | | | | | | | split-window, respawn-window or respawn-pane, pass them directly to execvp() to help avoid quoting problems. One argument still goes to "sh -c" like before. Requested by many over the years. Patch from J Raynor. | |||
| | * | Add a copy mode key binding to copy to a named buffer. From J Raynor. | nicm | 2014-05-13 | |
| | | | ||||
| | * | Add support for named buffers. If you don't name a buffer, things work | nicm | 2014-05-13 | |
| | | | | | | | | | | | | | | | | | much as before - buffers are automatically named "buffer0000", "buffer0001" and so on and ordered as a stack. Buffers can be named explicitly when creating ("loadb -b foo" etc) or renamed ("setb -b buffer0000 -n foo"). If buffers are named explicitly, they are not deleted when buffer-limit is reached. Diff from J Raynor. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-04-23 | |
| |\| | | | | | | | | | | | | | Conflicts: Makefile tmux.1 window.c | |||
| | * | #nnT went away a while ago, remove a leftover from the manpage. | nicm | 2014-04-17 | |
| | | | ||||
| | * | Remove the "info" message mechanism, this was only used for about five | nicm | 2014-04-17 | |
| | | | | | | | | | | | | | mostly useless and annoying messages. Change those commands to silence on success like all the others. Still accept the -q command line flag and "quiet" server option for now. | |||
| | * | Extend the -q flag to set-option to suppress errors about unknown | nicm | 2014-04-17 | |
| | | | | | | | | | options - this will allow options to be removed more easily. | |||
| | * | Remove the monitor-content option and associated bits and bobs. It's | nicm | 2014-04-17 | |
| | | | | | | | | | | | never worked very well. If there is a big demand for it to return, will consider better ways to do it. | |||
| | * | Remove the choose-list command to prepare for some later choose-* work. | nicm | 2014-04-16 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-04-05 | |
| |\| | | | | | | | | | | | Conflicts: Makefile tty-keys.c | |||
| | * | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make | nicm | 2014-04-02 | |
| | | | | | | | | | buffer_sample bigger to let it trim at window right edge. | |||
| | * | pane_start_path has gone away. | nicm | 2014-04-02 | |
| | | | ||||
| | * | Make message-limit a server option. | nicm | 2014-03-31 | |
| | | | ||||
| | * | Add setb -a to append and a copy mode append command, from J Raynor with | nicm | 2014-03-31 | |
| | | | | | | | | | minor changes. | |||
| | * | Make session_attached a count and add session_many_attached flag. | nicm | 2014-03-31 | |
| | | | ||||
| | * | Change terminal-overrides to a server option (now that we have them), it | nicm | 2014-02-23 | |
| | | | | | | | | | doesn't make much sense as a session option. | |||
| * | | Make message-limit a server option. | Nicholas Marriott | 2014-03-07 | |
| | | | ||||
| * | | Add setb -a to append and a copy mode append command, from J Raynor with minor | Nicholas Marriott | 2014-03-06 | |
| | | | | | | | | | changes. | |||
| * | | Make session_attached a count and add session_many_attached flag. | Nicholas Marriott | 2014-03-06 | |
| | | | ||||
| * | | Correct Linux-specific manpage sections | Thomas Adam | 2014-02-21 | |
| | | | | | | | | | | | Some of the man page locations on Linux differ to those on *BSD. Noticed by Christopher Meng. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-02-16 | |
| |\| | | | | | | | | | | | Conflicts: tmux.1 tmux.c | |||
| | * | Leftovers from removing 88 colour support, from Theo Buehler. | nicm | 2014-02-16 | |
| | | | ||||
| | * | fix some minor formatting glitches; | jmc | 2014-02-02 | |
| | | | ||||
| * | | Remove references to 88colour support | Thomas Adam | 2014-02-05 | |
| | | | | | | | | | Tmux doesn't directly support terminals with 88 colours directly anymore. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-01-31 | |
| |\| | | | | | | | | | | | | | Conflicts: Makefile cmd-server-info.c cmd-start-server.c | |||
| | * | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | nicm | 2014-01-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | options with a single foo-style option. For example: set -g status-fg yellow set -g status-bg red set -g status-attr blink Becomes: set -g status-style fg=yellow,bg=red,blink The -a flag to set can be used to add to rather than replace a style. So: set -g status-bg red Becomes: set -ag status-style bg=red Currently this is fully backwards compatible (all *-{fg,bg,attr} options remain) but the plan is to deprecate them over time. From Tiago Cunha. | |||
| | * | Merge server-info into show-messages and remove some not useful output. | nicm | 2014-01-22 | |
| | | | ||||
| | * | Replace ## by # in format. | nicm | 2013-11-24 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2013-11-14 | |
| |\| | ||||