| Commit | Line | Data |
|---|---|---|
| 43663548 JM |
1 | GNU NCURSES 5.9 |
| 2 | =============== | |
| 3 | ||
| 4 | Original source can be downloaded from: | |
| 5 | http://ftp.gnu.org/pub/gnu/ncurses | |
| 6 | ||
| 7 | file = ncurses-5.9.tar.gz | |
| 8 | date = 5 April 2011 | |
| 9 | size = 2826473 | |
| 10 | sha1 = 3e042e5f2c7223bffdaac9646a533b8c758b65b5 | |
| 11 | ||
| 12 | A list of files and directories removed is in README.DELETED | |
| 13 | ||
| 14 | The .h files copied into base where created using configure opts: | |
| 15 | --enable-widec | |
| 16 | --enable-const | |
| 17 | --with-sysmouse | |
| 18 | --enable-termcap | |
| 19 | --enable-bsdpad | |
| 3ac91e86 JM |
20 | --enable-getcap |
| 21 | --with-default-terminfo-dir=/usr/share/terminfo | |
| 22 | --with-terminfo-dirs=/usr/share/terminfo | |
| 43663548 | 23 | |
| b0ed2e1a JM |
24 | The following files have been modified: |
| 25 | ncurses/tinfo/comp_scan.c | |
| fa9d1446 JM |
26 | misc/terminfo.src [1] |
| 27 | ||
| 28 | [1] smcup and rmcup were removed from xterm-basic to disable the | |
| 29 | restoration of the console after less, more, man, and other | |
| 30 | utilities are executed. It was rendering them useless. |