From 4dc90fb218d34400a5f2f66fd1e57708ab9390c4 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 25 Dec 2014 22:40:33 -0500 Subject: [PATCH] Note re: cut and paste --- rmacs/TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rmacs/TODO b/rmacs/TODO index be84b45..0698ae5 100644 --- a/rmacs/TODO +++ b/rmacs/TODO @@ -17,3 +17,7 @@ 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 + +Cut-and-paste via X doesn't work too well. The trailing spaces on each +line are part of the selection. Worth trying to elide them? Or fill +unprinted slots with #f or #\nul?