billiob pushed a commit to branch terminology-0.9.

http://git.enlightenment.org/apps/terminology.git/commit/?id=8fed6980362c44744596aae6dd9ea8beaf65271f

commit 8fed6980362c44744596aae6dd9ea8beaf65271f
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