diff options
author | nicm <nicm> | 2017-02-10 12:59:18 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-02-10 12:59:18 +0000 |
commit | d22c15107ba3bd019cfbc3e83cd1b12acf258029 (patch) | |
tree | 53b6c591d5d478cc99c5651e908a6605c833a40a /tmux.1 | |
parent | c6a3446398648fc2cc3682c351b57b9bfe5bc5f0 (diff) | |
download | rtmux-d22c15107ba3bd019cfbc3e83cd1b12acf258029.tar.gz rtmux-d22c15107ba3bd019cfbc3e83cd1b12acf258029.tar.bz2 rtmux-d22c15107ba3bd019cfbc3e83cd1b12acf258029.zip |
Don't use a bufferevent for the tty, so we can keep better track of what
is being written and when.
Also a manpage typo fix from jmc@.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -860,7 +860,7 @@ If is given, it specifies a .Ic session group . Sessions in the same group share the same set of windows - new windows are -linked to all sessions in the grouo and any windows closed removed from all +linked to all sessions in the group and any windows closed removed from all sessions. The current and previous window and any session options remain independent and any session in a group may be killed without affecting the others. |