aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* Using -l to specify a login shell is non-POSIX and causes problems with shellsNicholas Marriott2009-07-01
| | | | | | that do not support it. Instead, set an empty default-command to invoke $SHELL with - prefixed to argv[0], and make this the default setting.
* Fix $Id$.Nicholas Marriott2009-06-29
|
* Add missing spaces before some alias closing brackets, otherwise they areNicholas Marriott2009-06-29
| | | | | shown in the wrong style.
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
|
* New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott2009-06-25
| | | | | | characters in status-left and status-right (if on, they are treated as UTF-8; otherwise passed through).
* Sync man page with OpenBSD.Nicholas Marriott2009-06-25
|
* - New window option monitor-content to search for a string in a window, andTiago Cunha2009-05-19
| | | | | | | | | highlight the status line if it matches. - To make this possible, the function cmd_find_window_search from cmd-find-window.c had to be moved to window.c and renamed window_pane_search. - While there use three new functions in server.c to check for bell, activity, and content, to avoid too much nesting.
* left-vertical -> main-vertical.Nicholas Marriott2009-05-18
| | | | | Also update CHANGES/TODO.
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
|
* Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott2009-04-30
|
* Simplify the code by using the generic _target functions.Tiago Cunha2009-04-28
|
* Missing Ar.Nicholas Marriott2009-04-27
|
* - Add alias to the break-pane command.Tiago Cunha2009-04-27
| | | | | - s/Asks/Ask/ in the confirm-before command for consistency's sake.
* - confirm-before command.Tiago Cunha2009-04-27
| | | | | | - Bound "&" and "x" by default to confirm-before "kill-window" and confirm-before "kill-pane", respectively.
* Document panes stuff.Nicholas Marriott2009-04-21
|
* Document set-remain-on-exit.Nicholas Marriott2009-04-21
|
* Document break-pane.Nicholas Marriott2009-04-21
|
* Document status-keys.Nicholas Marriott2009-04-21
|
* Document -L and -8, fix synopsis.Nicholas Marriott2009-04-20
|
* Document -r to bind key.Nicholas Marriott2009-04-20
|
* Zero to turn off updates.Nicholas Marriott2009-02-10
|
* Typos.Nicholas Marriott2009-02-08
|
* Session name is now shown.Nicholas Marriott2009-02-08
|
* Document automatic-rename.Nicholas Marriott2009-02-07
|
* New sentence, new line.Nicholas Marriott2009-02-07
|
* Document command sequences.Nicholas Marriott2009-02-07
|
* Prevent weird output on OpenBSD (probably on other BSD's too?). From nicm.Tiago Cunha2009-02-06
|
* - Document find-window.Tiago Cunha2009-02-06
| | | | | | | | - Document suspend-client. - Document window-status-{attr,bg,fg}. - Options without arguments should be listed first. - s/Copies/Copy/.
* copy-buffer command.Tiago Cunha2009-02-03
|
* - Document the -p and -l options in split-window.Tiago Cunha2009-02-01
| | | | | | - Update {copy,scroll}-mode with the -u option. - While there sort options alphabetically.
* Missing line break.Nicholas Marriott2009-02-01
|
* Support #(command) in status-left, and status-right.Tiago Cunha2009-01-29
|
* Allow status, mode and message attributes to be changed by three new ↵Nicholas Marriott2009-01-27
| | | | | | | options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks!
* Typos.Nicholas Marriott2009-01-26
|
* load-buffer commandTiago Cunha2009-01-25
|
* Whoops. Ic not It.Nicholas Marriott2009-01-20
|
* Start the first client with a special socketpair so it is already known to theNicholas Marriott2009-01-19
| | | | | | | | server rather than playing silly games to get them synchronised before doing anything. Change attach-session to start the server.
* Document xterm-keysNicholas Marriott2009-01-17
|
* Document repeat-time.Tiago Cunha2009-01-16
|
* Document choose-*.Nicholas Marriott2009-01-16
|
* Document command-prompt template string, and panes commands. From nicm and me.Tiago Cunha2009-01-16
|
* Support #S #H in status-left/right.Nicholas Marriott2009-01-15
|
* Document default-path, and update set/setw with the -u flag. From nicm and me.Tiago Cunha2009-01-15
|
* Document -g.Nicholas Marriott2009-01-14
|
* Disable lock-after-time by default.Nicholas Marriott2009-01-14
|
* Update by documenting the following commands/options:Tiago Cunha2009-01-12
| | | | | | | | | | | - clock-mode, - lock-server, - server-info, - lock-after-time, - set-password, - clock-mode-colour, and - clock-mode-style.
* save-buffer command, from Tiago Cunha.Nicholas Marriott2009-01-11
|
* Trim spaces.Nicholas Marriott2009-01-10
|
* Tweak.Nicholas Marriott2009-01-07
|
* More man page updates from Tiago Cunha.Nicholas Marriott2009-01-07
|