Changeset 4e33cb2 for editwin.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
  • editwin.c

    r9d7a720 r4e33cb2  
    533533  wmove(e->curswin, y, x);
    534534  e->cursorx = x;
     535  owl_global_set_needrefresh(&g);
    535536}
    536537
Note: See TracChangeset for help on using the changeset viewer.