diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-12 02:49:14 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-12 02:49:14 +0000 |
commit | e05ca62a9cd33a116454bd471e33c17f9c0c8191 (patch) | |
tree | ee32b61e921a278ef58d17d1755d8597c1934488 /ChangeLog | |
parent | 15ff54f27aecd748204e84f7bd6eae12e5b11b7f (diff) | |
download | zsh-e05ca62a9cd33a116454bd471e33c17f9c0c8191.tar.gz zsh-e05ca62a9cd33a116454bd471e33c17f9c0c8191.tar.xz zsh-e05ca62a9cd33a116454bd471e33c17f9c0c8191.zip |
13953: use curses capability inventories instead of hardcoding and presume
that they are terminfo
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ad4b19133..201d9d6d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-04-12 Clint Adams <schizo@debian.org> + * 13953: acconfig.h, configure.in, Src/Modules/terminfo.c: + have configure check for the existence of boolcodes, + numcodes, and strcodes symbols, and presume that they + are terminfo capability code inventories. + * 13951: Src/Modules/terminfo.c: make scanterminfo do something so that ${(k)terminfo} and ${(kv)terminfo} work. |