Limit to 67 chars, fix content for LWN (still WIP)
[gofetch.git] / src / be / nikiroo / gofetch / output / Gopher.java
index 10714b171235332ac30f88a8ffbd14932e176504..1ad9731ccf1308fbf9f4c650783dd10e6da5044e 100644 (file)
@@ -8,7 +8,7 @@ import be.nikiroo.gofetch.data.Story;
 import be.nikiroo.gofetch.support.BasicSupport.Type;
 
 public class Gopher extends Output {
-       static private final int LINE_SIZE = 70;
+       static private final int LINE_SIZE = 67;
 
        public Gopher(Type type, String hostname, String preselector, int port) {
                super(type, hostname, preselector, port);