mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
Merge pull request #82 from augfab/fix/81
Replace spurious tabs in menu with dashes (#81) Closes #81
This commit is contained in:
commit
8bb9a7cf50
@ -659,7 +659,7 @@ void gopher_menu(state *st)
|
|||||||
n = width - strcut(displayname, width);
|
n = width - strcut(displayname, width);
|
||||||
strrepeat(buf, ' ', n);
|
strrepeat(buf, ' ', n);
|
||||||
|
|
||||||
printf("1%s%s %s - \t%s%s/\t%s\t%i" CRLF,
|
printf("1%s%s %s --------\t%s%s/\t%s\t%i" CRLF,
|
||||||
displayname,
|
displayname,
|
||||||
buf,
|
buf,
|
||||||
timestr,
|
timestr,
|
||||||
|
Loading…
Reference in New Issue
Block a user