mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 21:52:17 +02:00
parent
fb78787d4e
commit
6a6196eebe
3 changed files with 2 additions and 11 deletions
|
|
@ -611,12 +611,8 @@ static void key_yank_next_cutbuffer(void)
|
|||
guint length = 0;
|
||||
char *cutbuffer;
|
||||
|
||||
if (!previous_yank_preceded) {
|
||||
if (settings_get_bool("bell_beeps")) {
|
||||
signal_emit("beep", 0);
|
||||
}
|
||||
if (!previous_yank_preceded)
|
||||
return;
|
||||
}
|
||||
|
||||
if (active_entry->kill_ring == NULL)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue