Reset style to normal on exit.
This commit is contained in:
parent
c6f15b6881
commit
88dd1e7d2e
|
@ -64,7 +64,8 @@
|
|||
(tty-reset *stdin-tty*)
|
||||
(plumber-add-flush! (current-plumber)
|
||||
(lambda (h)
|
||||
(tty-style-reset *stdin-tty*)
|
||||
(tty-display *stdin-tty*
|
||||
(select-graphic-rendition style-normal))
|
||||
(tty-goto *stdin-tty* (tty-last-row *stdin-tty*) 0))))
|
||||
*stdin-tty*)
|
||||
|
||||
|
|
Loading…
Reference in New Issue