Changeset 135d24b


Ignore:
Timestamp:
Jun 1, 2010, 8:48:14 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:
f06baef
Parents:
b2ea16b
git-author:
David Benjamin <davidben@mit.edu> (06/01/10 20:47:36)
git-committer:
David Benjamin <davidben@mit.edu> (06/01/10 20:48:14)
Message:
Clamp too large of typwinlines values

Otherwise, the window is off-screen and the text gets cut off somehow; I
suspect what happens is that the owl_window gives up realizing the
window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainpanel.c

    re294783 r135d24b  
    4646    /* gotta deal with this */
    4747    mp->recwinlines=0;
     48    typwin_lines = lines - 2;
    4849  }
    4950
Note: See TracChangeset for help on using the changeset viewer.