mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
Highlighting cleanups. Added /HILIGHT -priority option.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1098 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f8f1f814a5
commit
d256f71a00
14 changed files with 190 additions and 231 deletions
|
|
@ -236,10 +236,6 @@ fe-messages.c:
|
|||
"message invite", SERVER_REC, char *channel, char *nick, char *address
|
||||
"message topic", SERVER_REC, char *channel, char *topic, char *nick, char *address
|
||||
|
||||
hilight-text.c:
|
||||
"window hilight", WINDOW_REC, int level
|
||||
"window activity", WINDOW_REC, int level
|
||||
|
||||
keyboard.c:
|
||||
"keyinfo created", KEYINFO_REC
|
||||
"keyinfo destroyed", KEYINFO_REC
|
||||
|
|
@ -253,7 +249,10 @@ themes.c:
|
|||
"theme destroyed", THEME_REC
|
||||
|
||||
window-activity.c:
|
||||
"window hilight", WINDOW_REC
|
||||
"window activity", WINDOW_REC, int old_level
|
||||
"window item hilight", WI_ITEM_REC
|
||||
"window item activity", WI_ITEM_REC, int old_lvel
|
||||
|
||||
window-items.c:
|
||||
"window item new", WINDOW_REC, WI_ITEM_REC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue