mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Removed all beep handling from text printing. If you want to beep just
send "beep" signal. /LAST -clear crashed if window contained only lastlog lines. Some other minor cleanups. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1312 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
88094fa9f2
commit
fcd8810b6c
7 changed files with 30 additions and 33 deletions
|
|
@ -13,7 +13,6 @@ void printtext(void *server, const char *target, int level, const char *text, ..
|
|||
void printtext_string(void *server, const char *target, int level, const char *text);
|
||||
void printtext_window(WINDOW_REC *window, int level, const char *text, ...);
|
||||
void printtext_multiline(void *server, const char *target, int level, const char *format, const char *text);
|
||||
void printbeep(void);
|
||||
|
||||
/* only GUI should call these - used for printing text to somewhere else
|
||||
than windows */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue