From 421aa08541eb293798cea59c2440c8c4ac2905c2 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 3 Aug 2019 18:32:28 +1000 Subject: [PATCH] change max-width to 67 (#39) --- gophernicus.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gophernicus.h b/gophernicus.h index 0021518..7fc21c3 100644 --- a/gophernicus.h +++ b/gophernicus.h @@ -206,19 +206,19 @@ size_t strlcat(char *dst, const char *src, size_t siz); #define HTTP_USERAGENT "Unknown gopher client" /* Defaults for settings */ -#define DEFAULT_HOST "localhost" -#define DEFAULT_PORT 70 -#define DEFAULT_TLS_PORT 0 -#define DEFAULT_TYPE TYPE_TEXT -#define DEFAULT_MAP "gophermap" -#define DEFAULT_TAG "gophertag" -#define DEFAULT_CGI "/cgi-bin/" -#define DEFAULT_USERDIR "public_gopher" -#define DEFAULT_WIDTH 76 -#define DEFAULT_CHARSET US_ASCII -#define MIN_WIDTH 33 -#define MAX_WIDTH 200 -#define UNKNOWN_ADDR "unknown" +#define DEFAULT_HOST "localhost" +#define DEFAULT_PORT 70 +#define DEFAULT_TLS_PORT 0 +#define DEFAULT_TYPE TYPE_TEXT +#define DEFAULT_MAP "gophermap" +#define DEFAULT_TAG "gophertag" +#define DEFAULT_CGI "/cgi-bin/" +#define DEFAULT_USERDIR "public_gopher" +#define DEFAULT_WIDTH 67 +#define DEFAULT_CHARSET US_ASCII +#define MIN_WIDTH 33 +#define MAX_WIDTH 200 +#define UNKNOWN_ADDR "unknown" /* Session defaults */ #define DEFAULT_SESSION_TIMEOUT 1800