Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a race condition with error windows
Fixes #57: we lookup a window in `edwood/util.go:66`. It's happy to find a window from `g.row` while `g.row` is locked and that window struct can be invalid at the time during a `del()` action. So lock the row/column struct while obtaining the window object.
- Loading branch information