mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
new prototype
This commit is contained in:
parent
f583e2b1d8
commit
100d566802
1 changed files with 1 additions and 1 deletions
|
@ -1845,7 +1845,7 @@ label(Rune *sr, int n)
|
||||||
return n;
|
return n;
|
||||||
|
|
||||||
snprint(wdir, sizeof wdir, "%.*S", (el-1)-(sl+3), sl+3);
|
snprint(wdir, sizeof wdir, "%.*S", (el-1)-(sl+3), sl+3);
|
||||||
drawsetlabel(display, wdir);
|
drawsetlabel(wdir);
|
||||||
|
|
||||||
runemove(sl, el, er-el);
|
runemove(sl, el, er-el);
|
||||||
n -= (el-sl);
|
n -= (el-sl);
|
||||||
|
|
Loading…
Reference in a new issue