From 5fae56dc78c64acc0a0de6acc34337a34dc75ade Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 27 Dec 2014 17:16:40 -0500 Subject: [PATCH] The most recent changes have fixed the odd framing behaviour. --- rmacs/TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/rmacs/TODO b/rmacs/TODO index be84b45..9b77920 100644 --- a/rmacs/TODO +++ b/rmacs/TODO @@ -12,8 +12,5 @@ Need line wrap of some kind. unknown-escape-sequence contents are byte strings, and keyseq parsing and printing should reflect that. -something to do with framing is broken, causing odd scroll-lock -behaviour near the end of the demo file. - Catch and handle SIGWINCH. See http://man7.org/tlpi/code/online/dist/tty/demo_SIGWINCH.c.html