billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=386cf11b19988462e675294cdec5ff74ebd73690

commit 386cf11b19988462e675294cdec5ff74ebd73690
Author: Boris Faure <bill...@gmail.com>
Date:   Thu Sep 10 23:38:59 2015 +0200

    fix backlog locking
---
 src/bin/termpty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index 5ff680b..73c76e9 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -977,7 +977,7 @@ termpty_resize(Termpty *ty, int new_w, int new_h)
    if ((new_w == new_h) && (new_w == 1)) return; // FIXME: something weird is
                                                  // going on at term init
 
-   termpty_backlog_unlock();
+   termpty_backlog_lock();
 
    if (ty->altbuf)
      {

-- 


Reply via email to