author | Max Kellermann <max@duempel.org> | |
Fri, 7 Nov 2008 12:27:31 +0000 (13:27 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 7 Nov 2008 12:27:31 +0000 (13:27 +0100) | ||
commit | 54674384020f5d8019ca71f6c283d18ba32d5171 | |
tree | 8684aa7a9ccd18c808ad265e7c7bb9e283833cdc | tree | snapshot |
parent | 9e8806dadee58efe36151a6bca22d65487ed02ee | commit | diff |
disable more features with --enable-mini
Disable lots of smaller features which don't have a separate configure
option:
- xterm title
- screen list
- horizontal scrolling
- MPD version number check
- key binding checks
- character set conversion
- bitrate display
- highlighting in the file browser
- completion / history
Disable lots of smaller features which don't have a separate configure
option:
- xterm title
- screen list
- horizontal scrolling
- MPD version number check
- key binding checks
- character set conversion
- bitrate display
- highlighting in the file browser
- completion / history
16 files changed:
src/Makefile.am | diff | blob | history | |
src/charset.c | diff | blob | history | |
src/charset.h | diff | blob | history | |
src/i18n.h | diff | blob | history | |
src/main.c | diff | blob | history | |
src/options.c | diff | blob | history | |
src/options.h | diff | blob | history | |
src/screen.c | diff | blob | history | |
src/screen_browser.c | diff | blob | history | |
src/screen_browser.h | diff | blob | history | |
src/screen_file.c | diff | blob | history | |
src/screen_play.c | diff | blob | history | |
src/screen_utils.c | diff | blob | history | |
src/screen_utils.h | diff | blob | history | |
src/wreadln.c | diff | blob | history | |
src/wreadln.h | diff | blob | history |