aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-01 15:44:09 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-01 15:44:09 -0800
commita122d2eb503185bd86525db0254019abf067383c (patch)
tree9c5940438022a1149db6a5de7da987ffc05d070c /common.h
parent17e786070034a07478b0f9b5f95d27251f0ab17f (diff)
First attempt at appending a "missing new line" character
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index b9eb4ddc..6b53a5c1 100644
--- a/common.h
+++ b/common.h
@@ -96,6 +96,9 @@ extern struct termios shell_modes;
*/
extern wchar_t ellipsis_char;
+/* Character representing an omitted newline at the end of text */
+extern wchar_t omitted_newline_char;
+
/**
The verbosity level of fish. If a call to debug has a severity
level higher than \c debug_level, it will not be printed.