1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00

Merge pull request #82 from augfab/fix/81

Replace spurious tabs in menu with dashes (#81)

Closes #81
This commit is contained in:
fosslinux 2020-08-15 07:18:53 +00:00 committed by GitHub
commit 8bb9a7cf50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,