minor fix for dockable borders.
This commit is contained in:
parent
82d4355517
commit
ffb611e383
|
@ -940,6 +940,7 @@ Screen.prototype._dockBorders = function() {
|
||||||
ch = lines[y][x][1];
|
ch = lines[y][x][1];
|
||||||
if (angles[ch]) {
|
if (angles[ch]) {
|
||||||
lines[y][x][1] = this._getAngle(lines, x, y);
|
lines[y][x][1] = this._getAngle(lines, x, y);
|
||||||
|
lines[y].dirty = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue