mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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
|
|
@ -141,7 +141,7 @@ static void cmd_cat(const char *data)
|
|||
/* SYNTAX: BEEP */
|
||||
static void cmd_beep(void)
|
||||
{
|
||||
printbeep();
|
||||
signal_emit("beep", 0);
|
||||
}
|
||||
|
||||
static void sig_stop(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue