mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.
Most of the code now just marks the window/statusbar/etc. as dirty, and lets the dirty-checker handle it later. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1926 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
44b12481d6
commit
fb439b5c2a
16 changed files with 348 additions and 123 deletions
|
|
@ -4,3 +4,4 @@
|
|||
|
||||
extern int quitting;
|
||||
void irssi_redraw(void);
|
||||
void irssi_set_dirty(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue