mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Add NetBSD support
This commit is contained in:
parent
2fdc19e7a7
commit
23ae9dfceb
4020 changed files with 8955 additions and 8128 deletions
|
@ -1057,7 +1057,7 @@ static void Draw(void) {
|
|||
AppendStr("\e[0;7m");
|
||||
GenerateStatusLine();
|
||||
AppendStr(statusline);
|
||||
n = txn - strwidth(statusline);
|
||||
n = txn - strwidth(statusline, 0);
|
||||
for (i = 0; i < n; ++i) {
|
||||
AppendStr(" ");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue