aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.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 /output.h
parent86a978d9ee80f5a97c3fba822c6b95fdc60f6a22 (diff)
Remove ellipsis and newlines from long lines
Diffstat (limited to 'output.h')
-rw-r--r--output.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/output.h b/output.h
index 0bc432b8..bf1ebbea 100644
--- a/output.h
+++ b/output.h
@@ -117,12 +117,6 @@ int writech( wint_t ch );
void writestr( const wchar_t *str );
/**
- Write a wide character string to FD 1. If the string is wider than
- the specified maximum, truncate and ellipsize it.
-*/
-void writestr_ellipsis( const wchar_t *str, int max_width );
-
-/**
Escape and write a string to fd 1
*/
int write_escaped_str( const wchar_t *str, int max_len );