Changeset 3e0147f for global.c


Ignore:
Timestamp:
Jun 2, 2010, 9:00:44 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:
99ce51c
Parents:
fa65671
Message:
Fix up the comment
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    rfa65671 r3e0147f  
    468468
    469469void owl_global_resize(owl_global *g, int lines, int cols) {
    470   /* resize the screen.  If x or y is 0 use the terminal size */
     470  /* resize the screen.  If lines or cols is 0 use the terminal size */
    471471  if (!g->resizepending) return;
    472472  g->resizepending = 0;
Note: See TracChangeset for help on using the changeset viewer.