aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-02 06:54:23 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-02 06:54:23 +1000
commitadd1fa92087b07bbb9a394cb06c40983f38d48e9 (patch)
tree0928fb85c343dd832241e5a4e365116405e73ab1 /output.h
parent8b2059c628000023e5ba745a7fa9d9b6729314b6 (diff)
First cleanup of multiline patch - add support for commands longer than one line and do minor cleanups, including removal of a few unused functions
darcs-hash:20061001205423-ac50b-2819a086fecb1bcd0ab1bc63bae76956f0181f54.gz
Diffstat (limited to 'output.h')
-rw-r--r--output.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/output.h b/output.h
index f88f5cde..adc994d2 100644
--- a/output.h
+++ b/output.h
@@ -103,23 +103,11 @@ void writestr_ellipsis( const wchar_t *str, int max_width );
int write_escaped_str( const wchar_t *str, int max_len );
/**
- parm_ich seems to often be undefined, so we use this
- workalike. Writes the specified number of spaces.
-*/
-int writespace( int c );
-
-/**
Return the internal color code representing the specified color
*/
int output_color_code( const wchar_t *val );
/**
- perm_left_cursor and parm_right_cursor don't seem to be defined
- very often so we use cursor_left and cursor_right as a fallback.
-*/
-void move_cursor( int steps );
-
-/**
This is for writing process notification messages. Has to write to
stdout, so clr_eol and such functions will work correctly. Not an
issue since this function is only used in interactive mode anyway.