diff options
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r-- | cmd2/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py index 9e8e7780..04042d4d 100644 --- a/cmd2/constants.py +++ b/cmd2/constants.py @@ -14,6 +14,7 @@ COMMENT_CHAR = '#' MULTILINE_TERMINATOR = ';' LINE_FEED = '\n' +HORIZONTAL_ELLIPSIS = '\N{HORIZONTAL ELLIPSIS}' DEFAULT_SHORTCUTS = {'?': 'help', '!': 'shell', '@': 'run_script', '@@': '_relative_run_script'} |