From 9c4437f012203190321a2f8434759702d7fb468f Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 18 Feb 2010 21:48:36 +0000 Subject: better handling of newlines in strings --- (limited to 'taconstants.py') 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 = '⏎' # -- cgit v0.9.1