Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-18 21:48:36 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-18 21:48:36 (GMT)
commit9c4437f012203190321a2f8434759702d7fb468f (patch)
tree7c0d27a9ec0e1fe4759c773b71639fe0541cd0e9 /taconstants.py
parentf1124709e702442f4cb2778e1159ba46ffca9bbf (diff)
better handling of newlines in strings
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/taconstants.py b/taconstants.py
index 01e3364..84f89db 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -756,6 +756,7 @@ NOISE_KEYS = ['Shift_L', 'Shift_R', 'Control_L', 'Caps_Lock', 'Pause',
WHITE_SPACE = ['space','Tab']
CURSOR = '█'
+RETURN = '⏎'
#