From caa1156cce900ef52d6c3644a01d6cc54b1e15c4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 28 Jan 2014 18:22:39 +1000 Subject: Document the escape sequences we send. --- boxes.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/boxes.c b/boxes.c index 94a38b8..dfe950d 100644 --- a/boxes.c +++ b/boxes.c @@ -178,6 +178,15 @@ GLOBALS( * So use sixteen bits for storing screen positions and the like. * Eight bits wont cut it. * + * + * These are the escape sequences we send - + * \x1B[m reset attributes and colours + * \x1B[1m turn on bold + * \x1B[%d;%dH move cursor + * Plus some experimentation with turning on mouse reporting that's not + * currently used. + * + * * TODO - disentangle boxes from views. * * TODO - Show status line instead of command line when it's not being edited. -- cgit v1.1