1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04: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:
Timo Sirainen 2002-01-21 18:20:44 +00:00 committed by cras
parent cda3d1eaee
commit 1af5f41812

View File

@ -152,3 +152,9 @@ BOOT:
irssi_boot(TextUI__Statusbar);
irssi_boot(TextUI__TextBuffer);
irssi_boot(TextUI__TextBufferView);
void
term_refresh_freeze()
void
term_refresh_thaw()