script-publish.py: Also reference the console_codes(4) man page
authorW. Trevor King <wking@tremily.us>
Sun, 13 Jan 2013 13:24:55 +0000 (08:24 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 13 Jan 2013 13:24:55 +0000 (08:24 -0500)
This page discusses the console escapes and control codes implemented
by the Linux console.

posts/script/script-publish.py

index 3c3a1ca1017e2573ad77c459ef76cb010bc595a1..742339516f55a90ba6ff189f732b88a2f8f84ae3 100755 (executable)
@@ -374,7 +374,7 @@ class ControlParser (object):
         self._control_codes = self._get_control_codes()
 
     def _get_control_codes(self):
-        # see terminfo(5)
+        # see terminfo(5) and console_codes(4)
         return [
             # Safe to ignore
             ControlCode('bell', 'bel', term=self._term),