projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b2699e
)
script-publish.py: Also reference the console_codes(4) man page
author
W. Trevor King
<wking@tremily.us>
Sun, 13 Jan 2013 13:24:55 +0000
(08:24 -0500)
committer
W. 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
patch
|
blob
|
history
diff --git
a/posts/script/script-publish.py
b/posts/script/script-publish.py
index 3c3a1ca1017e2573ad77c459ef76cb010bc595a1..742339516f55a90ba6ff189f732b88a2f8f84ae3 100755
(executable)
--- 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),