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 | 23883: improve precmd documentation (diff) | |
| download | zsh-8b1246323f52121f9b647f6b052cd87bef73619e.tar zsh-8b1246323f52121f9b647f6b052cd87bef73619e.tar.gz zsh-8b1246323f52121f9b647f6b052cd87bef73619e.tar.bz2 zsh-8b1246323f52121f9b647f6b052cd87bef73619e.tar.lz zsh-8b1246323f52121f9b647f6b052cd87bef73619e.tar.xz zsh-8b1246323f52121f9b647f6b052cd87bef73619e.tar.zst 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
@@ -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 |
