mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Keyboard configuration works
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@73 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b09265682e
commit
e7e2b79f7c
@ -1,4 +1,4 @@
|
|||||||
IRC base
|
IRC base
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* Requires to work properly:
|
* Requires to work properly:
|
||||||
@ -163,6 +163,7 @@ notifylist.c:
|
|||||||
plugins.c:
|
plugins.c:
|
||||||
|
|
||||||
"plugin created", PLUGIN_REC
|
"plugin created", PLUGIN_REC
|
||||||
|
"plugin loaded", PLUGIN_REC
|
||||||
"plugin destroyed", PLUGIN_REC
|
"plugin destroyed", PLUGIN_REC
|
||||||
"plugin cant load", gchar *name
|
"plugin cant load", gchar *name
|
||||||
"plugin already loaded", gchar *name
|
"plugin already loaded", gchar *name
|
||||||
@ -181,6 +182,11 @@ UI common
|
|||||||
|
|
||||||
* Provides signals:
|
* Provides signals:
|
||||||
|
|
||||||
|
ui-keyboard.c:
|
||||||
|
|
||||||
|
"keyinfo created", KEYINFO_REC
|
||||||
|
"keyinfo destroyed", KEYINFO_REC
|
||||||
|
|
||||||
ui-printtext.c:
|
ui-printtext.c:
|
||||||
|
|
||||||
"print text", SERVER_REC, gchar *channel, GINT_TO_POINTER(level), gchar *text
|
"print text", SERVER_REC, gchar *channel, GINT_TO_POINTER(level), gchar *text
|
||||||
|
Loading…
Reference in New Issue
Block a user