diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-08-22 13:38:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-08-22 13:38:12 +0000 |
commit | e58c174e6bed62ca4f6188f0ef68fd5eb7f4381e (patch) | |
tree | 32c3b6b7bc4fc4f76541078a7d1781f6872a1502 /app/xterm/main.h | |
parent | 3ee16a263dc221489e6f26bc32140c5d71c35609 (diff) |
Update to xterm 261. Tested by krw@, jcs@.
Diffstat (limited to 'app/xterm/main.h')
-rw-r--r-- | app/xterm/main.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/xterm/main.h b/app/xterm/main.h index 7aa9c88e6..75a105ef5 100644 --- a/app/xterm/main.h +++ b/app/xterm/main.h @@ -1,4 +1,4 @@ -/* $XTermId: main.h,v 1.52 2010/04/14 09:51:45 tom Exp $ */ +/* $XTermId: main.h,v 1.54 2010/06/20 20:22:32 tom Exp $ */ /* * Copyright 2000-2009,2010 by Thomas E. Dickey @@ -87,10 +87,18 @@ #define DEFFACENAME NULL #endif +#ifndef DEFFACENAME_AUTO +#define DEFFACENAME_AUTO "mono" +#endif + #ifndef DEFFACESIZE #define DEFFACESIZE "14.0" #endif +#ifndef DEFFACESIZE +#define DEFFACESIZE_AUTO "8.0" +#endif + #ifndef DEF_ALLOW_COLOR #define DEF_ALLOW_COLOR True #endif |