diff options
author | Frederic Culot <calcurse@culot.org> | 2010-03-21 10:17:03 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2010-03-21 10:17:03 +0000 |
commit | 6892b596222bdc5b2c0757a8f6cc79bcf2691d1a (patch) | |
tree | 6e2e78054a9aafaa72e82fd8117604f646877b0f /ChangeLog | |
parent | cc77e839d86fda9871f5fde89350d51465ec208b (diff) | |
download | calcurse-6892b596222bdc5b2c0757a8f6cc79bcf2691d1a.tar.gz calcurse-6892b596222bdc5b2c0757a8f6cc79bcf2691d1a.zip |
Avoid concurrent screen refreshes.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-03-21 Frederic Culot <frederic@culot.org> + + * src/wins.c (wins_refresh, wins_wrefresh, wins_doupdate) + (screen_acquire, screen_release): new functions to improve + concurrent screen refreshes + 2010-03-20 Frederic Culot <frederic@culot.org> * src/calcurse.h: new header to gather all existing ones |