aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-09-18 00:42:11 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-09-18 00:42:11 +0530
commit16f2ffc29d51f209428e5650759b80095a2d1527 (patch)
tree35f9bbf740ad7bfd0c2c20a8196baa5cf3de38cd /common.h
parent86a978d9ee80f5a97c3fba822c6b95fdc60f6a22 (diff)
Remove ellipsis and newlines from long lines
Diffstat (limited to 'common.h')
-rw-r--r--common.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/common.h b/common.h
index 2028a5d2..3413d69c 100644
--- a/common.h
+++ b/common.h
@@ -90,12 +90,6 @@ void exit_without_destructors(int code) __attribute__ ((noreturn));
extern struct termios shell_modes;
/**
- The character to use where the text has been truncated. Is an
- ellipsis on unicode system and a $ on other systems.
-*/
-extern wchar_t ellipsis_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.
*/
@@ -570,9 +564,7 @@ void error_reset();
/**
This function behaves exactly like a wide character equivalent of
- the C function setlocale, except that it will also try to detect if
- the user is using a Unicode character set, and if so, use the
- unicode ellipsis character as ellipsis, instead of '$'.
+ the C function setlocale.
*/
wcstring wsetlocale( int category, const wchar_t *locale );