CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/12 03:41:59
Modified files:
usr.bin/tmux : tmux.h tty.c
Log message:
A tty context must not be modified as it may be reused to update multiple
clients, so make it const.
Also fix an actual modification which caused a hang when a session was
connected to multiple terminals at least one of which was missing ich/ich1.
