mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-12-04 14:46:37 -05:00
Replace spurious tabs in menu with dashes (#81)
This commit is contained in:
parent
c74cfb33b6
commit
c5910d5340
@ -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