Changeset 40d1eef for functions.c


Ignore:
Timestamp:
Jun 2, 2010, 8:53:27 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:
fa65671
Parents:
a5a9572
git-author:
David Benjamin <davidben@mit.edu> (06/02/10 20:41:52)
git-committer:
David Benjamin <davidben@mit.edu> (06/02/10 20:53:27)
Message:
And a hacky port of the mainwin too

Some of the old relayout code should still be reorganized, but it's a
start.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r385fda9 r40d1eef  
    12501250void owl_function_full_redisplay(void)
    12511251{
    1252   touchwin(owl_global_get_curs_recwin(&g));
    1253 
    1254   sepbar_dirty();
    1255 
    1256   owl_global_set_needrefresh(&g);
     1252  /* FIXME: this maybe should do something; dirty every window? */
    12571253}
    12581254
Note: See TracChangeset for help on using the changeset viewer.