diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-19 14:55:42 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-19 14:55:42 +0000 |
commit | c3cebfd93db339cf2f1baa79da14b5399f8a6ec3 (patch) | |
tree | 62de0b09b649354e7d1023021cc2d1e5cf714ed3 /docs | |
parent | 8f98e4b6083e49a10dd2bc2994372449af9f9266 (diff) | |
download | irssi-c3cebfd93db339cf2f1baa79da14b5399f8a6ec3.zip |
Instead of directly calling beep(), send "beep" signal which default
behaviour is to call beep()
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1262 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/signals.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/signals.txt b/docs/signals.txt index 4214fb78..ba2b148f 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -282,3 +282,9 @@ windows.c: "window refnum changed", WINDOW_REC, int old "window name changed", WINDOW_REC "window level changed", WINDOW_REC + +Text FE +------- + +gui-printtext.c: + "beep" |