Changeset f9f88f3


Ignore:
Timestamp:
Apr 28, 2010, 2:27:58 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:
263320f
Parents:
285bc9a
git-author:
David Benjamin <davidben@mit.edu> (04/28/10 13:16:19)
git-committer:
David Benjamin <davidben@mit.edu> (04/28/10 14:27:58)
Message:
Separate relayout from resize
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r285bc9a rf9f88f3  
    509509#endif
    510510
     511  owl_function_debugmsg("New size is %i lines, %i cols.", g->lines, g->cols);
     512  owl_global_relayout(g);
     513}
     514
     515void owl_global_relayout(owl_global *g) {
     516  owl_function_debugmsg("Relayouting...");
     517
    511518  /* re-initialize the windows */
    512519  _owl_global_setup_windows(g);
     
    530537  owl_function_full_redisplay();
    531538
    532   owl_function_debugmsg("New size is %i lines, %i cols.", g->lines, g->cols);
    533539  owl_function_makemsg("");
    534540}
Note: See TracChangeset for help on using the changeset viewer.