fix backlog locking

This commit is contained in:
Boris Faure 2015-09-10 23:38:59 +02:00
parent 35813be3ca
commit 8fed698036
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{