diff options
author | 2003-04-13 11:20:47 +0000 | |
---|---|---|
committer | 2003-04-13 11:20:47 +0000 | |
commit | 0a42a665ecfc8f19d4538bfb8683253db80db43f (patch) | |
tree | 447dc1e10683a965e3365b9cf295d6df5da94b36 /lib | |
parent | typos; (diff) | |
download | wireguard-openbsd-0a42a665ecfc8f19d4538bfb8683253db80db43f.tar.xz wireguard-openbsd-0a42a665ecfc8f19d4538bfb8683253db80db43f.zip |
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')
-rw-r--r-- | lib/libcurses/curses.priv.h | 4 |
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 |