Changeset f449096 for owl.c


Ignore:
Timestamp:
Mar 11, 2010, 9:37:07 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
dfe94f9
Parents:
03c5bdd
git-author:
David Benjamin <davidben@mit.edu> (03/09/10 17:01:01)
git-committer:
David Benjamin <davidben@mit.edu> (03/11/10 21:37:07)
Message:
Drop calls to update_panels outside main loop

One call is sufficient. Also, it doesn't do anything without a doupdate
anyway.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rd64f963 rf449096  
    625625    /* update the terminal if we need to */
    626626    if (owl_global_is_needrefresh(&g)) {
    627       /* ensure that panels are clean, so that set_cursor doesn't break things */
     627      /* push all changed windows to screen */
    628628      update_panels();
    629629      /* leave the cursor in the appropriate window */
Note: See TracChangeset for help on using the changeset viewer.