CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2020/05/24 03:13:06
Modified files: usr.bin/tmux : cmd-new-session.c server-client.c tmux.h tty.c Log message: Now the tty has a pointer back to the client there is no point (and a bit confusing) in it keeping a copy of the fd as well. Remove it.