CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/17 00:18:36
Modified files:
usr.bin/tmux : client.c server-client.c tmux.h tty-term.c
tty.c
Log message:
Move the call to setupterm() into the client and have it pass the
results to the server over imsg, means the server does not need to enter
ncurses or read terminfo db. Old clients will not work with a new
server.
