more tweaks

This commit is contained in:
rsc 2006-01-12 05:43:26 +00:00
parent 77c5c852e4
commit cd1d0ab0b5
4 changed files with 27 additions and 8 deletions

View file

@ -192,6 +192,7 @@ struct Text
int ncachealloc;
Rune *cache;
int nofill;
int needundo;
};
uint textbacknl(Text*, uint, uint);