From e34ea9721973166e5294615979c9540a6567ae68 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 28 Oct 2011 18:16:21 -0400 Subject: [PATCH] Note on source for xterm sequences --- ansi.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansi.rkt b/ansi.rkt index f2fb507..809e8cb 100644 --- a/ansi.rkt +++ b/ansi.rkt @@ -5,6 +5,8 @@ ;; but it doesn't have very many definitions; this page, however, is ;; comprehensive and excellent: ;; http://bjh21.me.uk/all-escapes/all-escapes.txt +;; +;; See also http://www.xfree86.org/current/ctlseqs.html ;; Doesn't cover the many interesting modes, which presumably ;; contributed to cooked/raw distinction and which can also be used to