Close T643 for the time being.

Reviewers: billiob

Maniphest Tasks: T643

Differential Revision: https://phab.enlightenment.org/D408
This commit is contained in:
Aleksandar Popadić 2013-12-25 11:57:09 +01:00 committed by Boris Faure
parent f424fd9bbe
commit 4ed6ca9385
1 changed files with 2 additions and 0 deletions

View File

@ -744,6 +744,8 @@ termpty_resize(Termpty *ty, int new_w, int new_h)
int i, altbuf = 0;
if ((ty->w == new_w) && (ty->h == new_h)) return;
if ((new_w == new_h) && (new_w == 1)) return; // FIXME: something weird is
// going on at term init
termpty_save_freeze();