joukos / PaperTTY

PaperTTY - Python module to render a TTY or VNC on e-ink
946 stars 101 forks source link

exit on SIGINT even if noclear was set #37

Closed chi-lambda closed 4 years ago

chi-lambda commented 4 years ago

PaperTTY would not terminate upon receiving SIGINT or Ctrl-C was input if --noclear was given on command line. This should fix it.

joukos commented 4 years ago

Oh, that's obviously a bug, thanks for spotting and fixing it!