From: W. Trevor King Date: Sun, 13 Jan 2013 13:24:55 +0000 (-0500) Subject: script-publish.py: Also reference the console_codes(4) man page X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a89c2b05a09170104f97665c829bf58a1b39e014;p=blog.git script-publish.py: Also reference the console_codes(4) man page This page discusses the console escapes and control codes implemented by the Linux console. --- diff --git a/posts/script/script-publish.py b/posts/script/script-publish.py index 3c3a1ca..7423395 100755 --- a/posts/script/script-publish.py +++ b/posts/script/script-publish.py @@ -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),