aboutsummaryrefslogtreecommitdiffstats
path: root/terms.c
diff options
context:
space:
mode:
Diffstat (limited to 'terms.c')
-rw-r--r--terms.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/terms.c b/terms.c
index 228dfd3..e294d45 100644
--- a/terms.c
+++ b/terms.c
@@ -1,4 +1,4 @@
-/* $Id: terms.c,v 1.18 2001/11/29 10:22:58 ukai Exp $ */
+/* $Id: terms.c,v 1.19 2001/11/30 10:10:24 ukai Exp $ */
/*
* An original curses library for EUC-kanji by Akinori ITO, December 1989
* revised by Akinori ITO, January 1995
@@ -635,8 +635,7 @@ getTCstr(void)
GETSTR(T_as, "as"); /* alternative (graphic) charset start */
GETSTR(T_ae, "ae"); /* alternative (graphic) charset end */
GETSTR(T_ac, "ac"); /* graphics charset pairs */
- GETSTR(T_op, "op"); /* set default color pair to its original
- * * * * * * * value */
+ GETSTR(T_op, "op"); /* set default color pair to its original value */
#if defined( CYGWIN ) && CYGWIN < 1
/* for TERM=pcansi on MS-DOS prompt. */
#if 0