summaryrefslogtreecommitdiff
path: root/usr.bin/mg/ttydef.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-02-25 19:13:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-02-25 19:13:22 +0000
commitd653bfc08b84cece528e6cd685cfdfbd50aaab80 (patch)
tree472433943c7e57d62bed2e9e391948bdd342563c /usr.bin/mg/ttydef.h
parent73dbeaf93db1f7d141e3bf5750195367867fadea (diff)
further pruning
Diffstat (limited to 'usr.bin/mg/ttydef.h')
-rw-r--r--usr.bin/mg/ttydef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/ttydef.h b/usr.bin/mg/ttydef.h
index 3700ea0f174..fbbec4ca70e 100644
--- a/usr.bin/mg/ttydef.h
+++ b/usr.bin/mg/ttydef.h
@@ -3,12 +3,12 @@
* enough for windowing systems.
*/
-#define GOSLING /* Compile in fancy display. */
+#define GOSLING /* Compile in fancy display. */
/* #define MEMMAP */ /* Not memory mapped video. */
#define NROW 66 /* (maximum) Rows. */
#define NCOL 132 /* (maximum) Columns. */
-/* #define MOVE_STANDOUT /* don't move in standout mode */
+/* #define MOVE_STANDOUT */ /* don't move in standout mode */
#define STANDOUT_GLITCH /* possible standout glitch */
#define TERMCAP /* for possible use in ttyio.c */