diff options
| author | Glenn Morris | 2012-04-30 21:07:14 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-30 21:07:14 -0400 |
| commit | a4a18b8bbef0fe4265d675f9c56ea17566566484 (patch) | |
| tree | 7fc675b0a404391024a5e8e6d6cd87005330e523 /etc/NEWS | |
| parent | 3ba0a545ecf6e8385ffb65033015be0b16e0226f (diff) | |
| download | emacs-a4a18b8bbef0fe4265d675f9c56ea17566566484.tar.gz emacs-a4a18b8bbef0fe4265d675f9c56ea17566566484.zip | |
Use libtinfo in preference to libncurses (bug#9741)
* configure.in: Try libtinfo for tputs.
(LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found.
* etc/NEWS: Mention this.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -29,6 +29,9 @@ possibly-questionable C code. On a recent GNU system there should be | |||
| 29 | no warnings; on older and on non-GNU systems the generated warnings | 29 | no warnings; on older and on non-GNU systems the generated warnings |
| 30 | may be useful. | 30 | may be useful. |
| 31 | 31 | ||
| 32 | --- | ||
| 33 | ** Emacs uses libtinfo in preference to libncurses, if available. | ||
| 34 | |||
| 32 | 35 | ||
| 33 | * Startup Changes in Emacs 24.2 | 36 | * Startup Changes in Emacs 24.2 |
| 34 | 37 | ||