diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-17 04:41:18 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-17 04:41:18 +0100 |
commit | dceabff6cfc6bd6572a98b5c8f7775b42dc732a7 (patch) | |
tree | ef8f6ec6c5ea03af65b656df0f47a20e26cabba1 /src/Makefile.am | |
parent | 2542eb02648294256a01ae4ecb6ac81bc8ab5094 (diff) | |
download | sciteco-dceabff6cfc6bd6572a98b5c8f7775b42dc732a7.tar.gz |
renamed the "NCurses" UI to "Curses" internally
* does not change ./configure parameters
You still have to specifiy --with-interface=ncurses for
the Curses interface with default settings
* the "NCurses" UI was used for many different Curses
variants, so plain "Curses" is a better name.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4833b6e..af324e0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,9 +45,9 @@ libsciteco_base_a_SOURCES += interface-gtk.cpp interface-gtk.h nodist_libsciteco_base_a_SOURCES += gtk-info-popup.c else -# else must be NCurses interface +# else must be Curses interface -libsciteco_base_a_SOURCES += interface-ncurses.cpp interface-ncurses.h +libsciteco_base_a_SOURCES += interface-curses.cpp interface-curses.h endif |