This commit is contained in:
Russ Cox 2009-07-14 22:55:52 -07:00
commit e6c837d612
9 changed files with 31 additions and 5 deletions

View file

@ -269,6 +269,9 @@ rowtype(Row *row, Rune r, Point p)
Window *w;
Text *t;
if(r == 0)
r = Runeerror;
clearmouse();
qlock(&row->lk);
if(bartflag)