add support for external console editor

This commit is contained in:
Andrzej Rybczak
2009-03-04 15:34:04 +01:00
parent 73f7980019
commit d8a6993ec2
4 changed files with 25 additions and 1 deletions

View File

@@ -160,6 +160,7 @@ struct ncmpcpp_config
bool ignore_leading_the;
bool stop_after_current_song;
bool block_search_constraints_change;
bool use_console_editor;
int mpd_port;
int mpd_connection_timeout;