Changeset 4e33cb2 for global.c


Ignore:
Timestamp:
May 29, 2010, 1:14:57 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
2dfccc7
Parents:
5f7eadf
git-author:
David Benjamin <davidben@mit.edu> (05/27/10 12:18:41)
git-committer:
David Benjamin <davidben@mit.edu> (05/29/10 13:14:57)
Message:
Punt a lot of needrefreshes

Move the actual needrefreshes into the functions actually dealing with
curses. This will, of course, later get moved out of the paint events
and no one will call it. But that's later.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r68f63a2 r4e33cb2  
    385385  werase(owl_global_get_curs_typwin(g));
    386386  g->tw = NULL;
     387  owl_global_set_needrefresh(g);
    387388}
    388389
Note: See TracChangeset for help on using the changeset viewer.