| 2c24df87 | 26-Apr-2024 |
Kyle Evans <[email protected]> |
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 <[email protected]> Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
(cherry picked from commit 8ceac8e13dccbe4e177c8f2f443b87b7d2e3edb3)
show more ...
|
| d41149a8 | 05-Jan-2021 |
Mateusz Piotrowski <[email protected]> |
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 ...
|