allow last column to be deleted
This commit is contained in:
parent
24f4e66b12
commit
5e2e4f8239
1 changed files with 0 additions and 8 deletions
|
|
@ -171,14 +171,6 @@ flushwarnings(void)
|
|||
int owner, nr, q0, n;
|
||||
Rune *r;
|
||||
|
||||
if(row.ncol == 0){ /* really early error */
|
||||
rowinit(&row, screen->clipr);
|
||||
rowadd(&row, nil, -1);
|
||||
rowadd(&row, nil, -1);
|
||||
if(row.ncol == 0)
|
||||
error("initializing columns in flushwarnings()");
|
||||
}
|
||||
|
||||
for(warn=warnings; warn; warn=next) {
|
||||
w = errorwin(warn->md, 'E');
|
||||
t = &w->body;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue