From d22c15107ba3bd019cfbc3e83cd1b12acf258029 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 10 Feb 2017 12:59:18 +0000 Subject: 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@. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index d4f5a891..012219f3 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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. -- cgit