Fix broken method for sorting output of builtin commands 'functions', 'set' and others

darcs-hash:20060514094721-ac50b-9f1d8b6a2e8b4438e6a655de61af54d15cd4f537.gz
This commit is contained in:
axel
2006-05-14 19:47:21 +10:00
parent ff1c5e058f
commit 92ecc01baa
3 changed files with 32 additions and 45 deletions

View File

@@ -287,10 +287,10 @@ int common_get_height();
void common_handle_winch( int signal );
/**
Write paragraph of output to screen. Ignore newlines in message and
perform internal line-breaking.
Write paragraph of output to the specified stringbuffer, and redo
the linebreaks to fit the current screen.
*/
void write_screen( const wchar_t *msg );
void write_screen( const wchar_t *msg, string_buffer_t *buff );
#endif