various bug fixes
This commit is contained in:
parent
a796abef16
commit
1a8f27c350
14 changed files with 1236 additions and 9 deletions
|
|
@ -963,8 +963,11 @@ textshow(Text *t, uint q0, uint q1, int doselect)
|
|||
int nl;
|
||||
uint q;
|
||||
|
||||
if(t->what != Body)
|
||||
if(t->what != Body){
|
||||
if(doselect)
|
||||
textsetselect(t, q0, q1);
|
||||
return;
|
||||
}
|
||||
if(t->w!=nil && t->fr.maxlines==0)
|
||||
colgrow(t->col, t->w, 1);
|
||||
if(doselect)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue