| 8ceac8e1 | 26-Apr-2024 |
Kyle Evans <kevans@FreeBSD.org> |
script: handle terminal resize on SIGWINCH
Add a -w flag to forward terminal resize events on to the child, which can be useful in some circumstances to avoid terminal corruption.
Reviewed by: des
script: handle terminal resize on SIGWINCH
Add a -w flag to forward terminal resize events on to the child, which can be useful in some circumstances to avoid terminal corruption.
Reviewed by: des Co-authored-by: Xavier Beaudouin <xavier.beaudouin@klarasystems.com> Sponsored by: Modirum MDPay Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D44167
show more ...
|
| d41149a8 | 05-Jan-2021 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
Add some examples to script.1
While here:
- Split synopsis into two parts. The first explains how to record sessions, while the second one explains how to replay (some of) the recorded sessions
Add some examples to script.1
While here:
- Split synopsis into two parts. The first explains how to record sessions, while the second one explains how to replay (some of) the recorded sessions. - Fix the -width argument of the environment variables list.
MFC after: 1 week
show more ...
|