mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge c9a74d43cd into 43f1727ef9
This commit is contained in:
commit
49698abfee
2 changed files with 5 additions and 0 deletions
|
|
@ -363,6 +363,9 @@ textbuffer-view.c
|
||||||
textbuffer-formats.c
|
textbuffer-formats.c
|
||||||
"gui render line text", TEXT_DEST_REC, GString *str, LINE_INFO_META_REC
|
"gui render line text", TEXT_DEST_REC, GString *str, LINE_INFO_META_REC
|
||||||
|
|
||||||
|
textbuffer-commands.c
|
||||||
|
"window hidelevel changed", WINDOW_REC
|
||||||
|
|
||||||
Perl
|
Perl
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,8 @@ static void cmd_window_hidelevel(const char *data)
|
||||||
printformat_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
printformat_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
||||||
TXT_WINDOW_HIDELEVEL, level);
|
TXT_WINDOW_HIDELEVEL, level);
|
||||||
g_free(level);
|
g_free(level);
|
||||||
|
|
||||||
|
signal_emit("window hidelevel changed", 1, active_win);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void cmd_scrollback(const char *data, SERVER_REC *server,
|
static void cmd_scrollback(const char *data, SERVER_REC *server,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue