about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-05-16 12:13:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-05-16 12:13:00 +0000
commit9169cd747f81bf1053e4d230ef1efdfd5aedb642 (patch)
tree042385167b79b0696dc3ac553bd9c1f63aeb691d /INSTALL
parent49db32f2b55d0589c60d6408db002c1ad6bbb5d8 (diff)
downloadzsh-9169cd747f81bf1053e4d230ef1efdfd5aedb642.tar.gz
zsh-9169cd747f81bf1053e4d230ef1efdfd5aedb642.tar.xz
zsh-9169cd747f81bf1053e4d230ef1efdfd5aedb642.zip
Paul Ackersviller: 26962: updated HP-UX dynamic linking
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 55c51aa3b..19d788871 100644
--- a/INSTALL
+++ b/INSTALL
@@ -325,12 +325,12 @@ shell needs to provide output to the terminal.  The most common have been
 termcap, which is now largely outmoded, and curses, which supersedes
 termcap and typically contains the same features as well as others.
 configure will search for an appropriate library; the default search order
-is "ncursesw tinfo termcap ncurses curses" except on HP-UX and Solaris
-where it is "Hcurses ncursesw ncurses curses termcap".  Note that even
-though termcap is searched before traditional forms of curses zsh tries to
-make features from curses available and if the curses library contains both
-curses and termcap features, as is normal, the curses variant is used.
-ncurses is a newer version of curses and tinfo is related to it.
+is "ncursesw tinfo termcap ncurses curses" except on HP-UX ("Hcurses ncursesw
+ncurses curses termcap") and Solaris ("ncursesw ncurses curses termcap").
+Note that even though termcap is searched before traditional forms of curses
+zsh tries to make features from curses available and if the curses library
+contains both curses and termcap features, as is normal, the curses variant
+is used.  ncurses is a newer version of curses and tinfo is related to it.
 
 The library ncursesw is a variant of ncurses that supports wide characters.
 zsh attempts to use this to provide functions needed by the zsh/curses