mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Added Irssi::term_refresh_freeze() and ..thaw()
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2333 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cda3d1eaee
commit
1af5f41812
@ -152,3 +152,9 @@ BOOT:
|
|||||||
irssi_boot(TextUI__Statusbar);
|
irssi_boot(TextUI__Statusbar);
|
||||||
irssi_boot(TextUI__TextBuffer);
|
irssi_boot(TextUI__TextBuffer);
|
||||||
irssi_boot(TextUI__TextBufferView);
|
irssi_boot(TextUI__TextBufferView);
|
||||||
|
|
||||||
|
void
|
||||||
|
term_refresh_freeze()
|
||||||
|
|
||||||
|
void
|
||||||
|
term_refresh_thaw()
|
||||||
|
Loading…
Reference in New Issue
Block a user