mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
change color -> extents (malloc based)
This commit is contained in:
parent
0f1b3873fe
commit
9072e98819
4 changed files with 542 additions and 103 deletions
|
|
@ -165,6 +165,7 @@ static void textui_finish_init(void)
|
|||
gui_expandos_init();
|
||||
gui_printtext_init();
|
||||
gui_readline_init();
|
||||
gui_entry_init();
|
||||
lastlog_init();
|
||||
mainwindows_init();
|
||||
mainwindow_activity_init();
|
||||
|
|
@ -230,6 +231,7 @@ static void textui_deinit(void)
|
|||
|
||||
lastlog_deinit();
|
||||
statusbar_deinit();
|
||||
gui_entry_deinit();
|
||||
gui_printtext_deinit();
|
||||
gui_readline_deinit();
|
||||
gui_windows_deinit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue