billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=4ed6ca9385fdfb490ee43faffbf4d5a8edc9170d

commit 4ed6ca9385fdfb490ee43faffbf4d5a8edc9170d
Author: Aleksandar Popadić <[email protected]>
Date:   Wed Dec 25 11:57:09 2013 +0100

    Close T643 for the time being.
    
    Reviewers: billiob
    
    Maniphest Tasks: T643
    
    Differential Revision: https://phab.enlightenment.org/D408
---
 src/bin/termpty.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index 8d30272..5b6b394 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -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();
 

-- 


Reply via email to