CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/09/16 06:35:04
Modified files:
usr.bin/tmux : cmd-new-session.c cmd-respawn-window.c
cmd-split-window.c session.c tmux.h window.c
Log message:
Rather than constructing an entire termios struct from ttydefaults.h, just let
forkpty do it and then alter the bits that should be changed after fork. A
little neater and more portable.
