1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-22 04:35:56 -04:00

Increased default page width from 70 to 76 chars

This commit is contained in:
Kim Holviala 2015-12-30 11:55:20 +02:00
parent af88bc0bff
commit b1963aeea5
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -14,7 +14,7 @@ Command line options:
-u userdir Change users personal gopherspace [public_gopher]
-l logfile Log to Apache-compatible combined format logfile
-w width Change default page width [70]
-w width Change default page width [76]
-o charset Change default output charset [US-ASCII]
-s seconds Session timeout in seconds [1800]

View File

@ -189,7 +189,7 @@ size_t strlcat(char *dst, const char *src, size_t siz);
#define DEFAULT_CGI "/cgi-bin/"
#define DEFAULT_USERDIR "public_gopher"
#define DEFAULT_ADDR "unknown"
#define DEFAULT_WIDTH 70
#define DEFAULT_WIDTH 76
#define DEFAULT_CHARSET US_ASCII
#define MIN_WIDTH 33
#define MAX_WIDTH 200