Commit ID: 100505CA1BB6B435496
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/09/21 17:20:24 UTC
Modified files:
bin/mksh : edit.c main.c sh.h
Log message:
pure RCSID sync with OpenBSD, as we introduced SIGWINCH tracking earlier
XXX we could track whether tty_fd has already been successfully opened,
XXX the ttystate initialised, and then just never close it unless it is
XXX necessary, then we can keep COLUMNS/LINES accurate in scripts, even
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.251 -r1.252 src/bin/mksh/edit.c
cvs -R rdiff -kk -upr1.227 -r1.228 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.586 -r1.587 src/bin/mksh/sh.h