diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-03-14 07:14:03 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-03-14 18:17:50 +0100 |
commit | 8b00fa817e24224245df1ae8776f139d807ce87a (patch) | |
tree | 1fb3769f2568dc4675fbcb2bb1d7a941c1dd398a /src/expressions.cpp | |
parent | 6f9705bd90a9d95f57190c99554c3836ac9322cc (diff) | |
download | sciteco-8b00fa817e24224245df1ae8776f139d807ce87a.tar.gz |
added ./configure --with-interface=netbsd-curses and improved NetBSD-curses support
* Since netbsd-curses can act as a drop-in replacement to ncurses,
SciTECO builds with --with-interface=ncurses as well.
However, it is unintuitive for users to build with ncurses support
when actually linking against netbsd-curses; so another option has been added.
* The UNIX/TTY specific code (which works with both ncurses and netbsd-curses)
was selected when NCURSES was detected at build-time.
This does not work for netbsd-curses, so we define a new symbol
NETBSD_CURSES. At build-time, a CURSES_TTY macro may now be defined.
* This effectively fixes the stdio in interactive mode, window titles
and the XTerm clipboard support for netbsd-curses.
Some minor features like the reduced ESCDELAY are still broken.
Diffstat (limited to 'src/expressions.cpp')
0 files changed, 0 insertions, 0 deletions