diff -r 78357d58b7ab -r fba288d59662 vt100.rst --- a/vt100.rst Mon Feb 22 12:42:48 2016 +0200 +++ b/vt100.rst Mon Feb 22 12:46:36 2016 +0200 @@ -5,6 +5,7 @@ This document describes how to control a VT100 terminal. ========================================================== .. contents:: + :local: ANSI escape sequence is a sequence of ASCII characters, the first two of which are the ASCII "Escape" character 27 (1Bh) and the left-bracket character " [ "