]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.c
Fixed email address in manual AUTHOR reference.
[mandoc.git] / term.c
diff --git a/term.c b/term.c
index 0cdae1d3b50d5e17df811738bc1152f8e5b2251d..feab294148a3689e64539adf4d3be9a6068b9ac9 100644 (file)
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/*     $Id: term.c,v 1.75 2009/06/10 20:18:44 kristaps Exp $ */
+/*     $Id: term.c,v 1.76 2009/06/11 07:26:35 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -106,7 +106,7 @@ term_alloc(enum termenc enc)
        if (NULL == (p = malloc(sizeof(struct termp))))
                err(1, "malloc");
        bzero(p, sizeof(struct termp));
-       p->maxrmargin = 78;
+       p->maxrmargin = 80;
        p->enc = enc;
        return(p);
 }