summaryrefslogtreecommitdiff
path: root/lib/libcurses
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-13 11:20:48 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-13 11:20:48 +0000
commit6f41dda41aa91d28adb38719e6851697a40c4af6 (patch)
tree3be2a478b481ba1c48dce2d99d272b425514cf4d /lib/libcurses
parent445a60072f88fbfdc5babe796e5302e33ec5351d (diff)
try to use the X Window System, X11 or XFree86 consistently.
diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@
Diffstat (limited to 'lib/libcurses')
-rw-r--r--lib/libcurses/curses.priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curses.priv.h b/lib/libcurses/curses.priv.h
index fd4f605ab45..989a5158751 100644
--- a/lib/libcurses/curses.priv.h
+++ b/lib/libcurses/curses.priv.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: curses.priv.h,v 1.31 2001/01/22 18:01:34 millert Exp $ */
+/* $OpenBSD: curses.priv.h,v 1.32 2003/04/13 11:20:47 jmc Exp $ */
/****************************************************************************
* Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. *
@@ -824,7 +824,7 @@ extern NCURSES_EXPORT_VAR(SCREEN *) SP;
/*
* We don't want to use the lines or columns capabilities internally,
* because if the application is running multiple screens under
- * X windows, it's quite possible they could all have type xterm
+ * the X Window System, it's quite possible they could all have type xterm
* but have different sizes! So...
*/
#define screen_lines SP->_lines