Package: ttyrec Version: 1:1.0.8-4 Severity: normal If the terminal that is running ttyrec is resized, the signal is not propigated to the program running under ttyrec (because it is running in a slave terminal).
script(1) does not have this problem. Relevant code from it:
resize(int dummy) {
resized = 1;
/* transmit window change information to the child */
(void) ioctl(0, TIOCGWINSZ, (char *)&win);
(void) ioctl(slave, TIOCSWINSZ, (char *)&win);
}
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ttyrec depends on:
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ttyrec recommends no packages.
ttyrec suggests no packages.
-- debconf-show failed
--
see shy jo
signature.asc
Description: Digital signature

