diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-02 10:22:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-02 10:22:26 +0000 |
commit | 8b1246323f52121f9b647f6b052cd87bef73619e (patch) | |
tree | 65b285775450296a0c8da2cf880fd6b2bd3d24ee /README | |
parent | 0af9ef0d58a6bd495e5f0f4d7145d8fcb6abe9ea (diff) | |
download | zsh-8b1246323f52121f9b647f6b052cd87bef73619e.tar.gz zsh-8b1246323f52121f9b647f6b052cd87bef73619e.tar.xz zsh-8b1246323f52121f9b647f6b052cd87bef73619e.zip |
improve configuration handling of termcap/curses
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README index f8a7cf241..0337e10ff 100644 --- a/README +++ b/README @@ -34,6 +34,10 @@ Possible incompatibilities Since 4.2: +The configuration option --with-curses-terminfo has been replaced +by the option --with-term-lib="LIBS" where LIBS is a space-separated +list of libraries to search for termcap and curses features. + The option SH_WORD_SPLIT, used in Bourne/Korn/Posix shell compatibility mode, has been made more like other shells in the case of substitutions of the form ${1+"$@"} (a common trick used to work around problems in older |