Changeset 58ea109


Ignore:
Timestamp:
Jun 20, 2010, 4:23:49 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:
9379760
Parents:
95d54e6
Message:
Remove the special case for moving the screen

No need for that edge case; we'll allow the screen to be moved. It just
doesn't do anything.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • window.c

    r33b64f22 r58ea109  
    492492{
    493493  int resized;
    494   /* can't move the screen */
    495   if (w->is_screen) {
    496     begin_y = begin_x = 0;
    497   }
    498494
    499495  if (w->nlines == nlines && w->ncols == ncols
Note: See TracChangeset for help on using the changeset viewer.