CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2017/04/05 04:49:46
Modified files: usr.bin/tmux : cmd-choose-client.c cmd-find.c cmd-list-clients.c format.c screen-redraw.c server-client.c tmux.1 tmux.h tty.c Log message: Give each client a name. This defaults to the tty name as before but falls back to an alternative if the tty name is not available. This is clearer than overloading the client ttyname member and allows us to remove the path stored in the tty struct, it should always be the same as the client.