From e7e2b79f7ca7cae4e2eb8cf4c3e788e8cbadae4e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 6 Nov 1999 20:05:49 +0000 Subject: [PATCH] Keyboard configuration works git-svn-id: http://svn.irssi.org/repos/irssi/trunk@73 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/signal.doc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/signal.doc b/src/signal.doc index f2d1d467..186e7198 100644 --- a/src/signal.doc +++ b/src/signal.doc @@ -1,4 +1,4 @@ -IRC base +IRC base -------- * Requires to work properly: @@ -163,6 +163,7 @@ notifylist.c: plugins.c: "plugin created", PLUGIN_REC + "plugin loaded", PLUGIN_REC "plugin destroyed", PLUGIN_REC "plugin cant load", gchar *name "plugin already loaded", gchar *name @@ -181,6 +182,11 @@ UI common * Provides signals: +ui-keyboard.c: + + "keyinfo created", KEYINFO_REC + "keyinfo destroyed", KEYINFO_REC + ui-printtext.c: "print text", SERVER_REC, gchar *channel, GINT_TO_POINTER(level), gchar *text