Optimize drawing by updating the screen in one go
authorJonas Fonseca <fonseca@diku.dk>
Sat, 31 Jan 2009 09:01:04 +0000 (10:01 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 2 Feb 2009 08:28:20 +0000 (09:28 +0100)
commit5b4c4497047d65f8142802ce7e816285ccc066af
tree536deb35a535f3aad17be7e158b7276ff2b4405f
parent73771ecdbc1472b5506c90b4cb30fe464fd88403
Optimize drawing by updating the screen in one go

Switch to use wnoutrefresh everywhere and call doupdate in the get_input
loop. This allows multiple updates to be made while only one burst of
IO occurs.
BUGS
tig.c