Changeset 3b17b57 for owl.c


Ignore:
Timestamp:
Jul 31, 2011, 1:53:37 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.9
Children:
6edc38b, 8a13ea3, 6646fdb, 6ddeb17
Parents:
9078f69
git-author:
David Benjamin <davidben@mit.edu> (07/31/11 01:52:53)
git-committer:
David Benjamin <davidben@mit.edu> (07/31/11 01:53:37)
Message:
Kill owl_function_lastmsg_noredisplay

Now that owl_window exists and owl_mainwin_redisplay merely sets a dirty
flag, we don't have to care that it only gets called once. It's cheap.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rf271129 r3b17b57  
    262262    /* follow the last message if we're supposed to */
    263263    if (followlast)
    264       owl_function_lastmsg_noredisplay();
     264      owl_function_lastmsg();
    265265
    266266    /* do the newmsgproc thing */
Note: See TracChangeset for help on using the changeset viewer.