You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ttyrec is a tty recorder. Recorded data can be played back with the included ttyplay command. ttyrec is just a derivative of script command for recording timing information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty.
Recoding the script command will be your opportunity to understand the interactions between user input and tty, including line discipline, and pseudo-terminals. With this project finished, you will finally know why a Ctrl-C in your shell interrupts the current program!