* It is now possible to abort the current action using Ctrl-C or Ctrl-G in prompt mode. As a result, empty value is no longer a special value that aborts most of the actions.
* Directories and playlists in browser can now be sorted by modification time.
* ~ is now expanded to home directory in mpd_host configuration variable.
* It is now possible to define startup slave screen using -S/--slave-screen command line option or startup_slave_screen configuration variable.
@ -21,6 +21,9 @@ Use alternative configuration file
.B\-s,\-\-screen<name>
Specify the startup screen (<name> may be: help, playlist, browser, search_engine, media_library, playlist_editor, tag_editor, outputs, visualizer, clock)
.TP
.B\-S,\-\-slave-screen<name>
Specify the startup slave screen (<name> may be: help, playlist, browser, search_engine, media_library, playlist_editor, tag_editor, outputs, visualizer, clock)
.TP
.B\-?,\-\-help
Display help.
.TP
@ -268,6 +271,9 @@ If set to "previous", key_screen_switcher will switch between current and last u
.Bstartup_screen=SCREEN_NAME
Screen that has to be displayed at start (playlist by default).
.TP
.Bstartup_slave_screen=SCREEN_NAME
Slave screen that has to be displayed at start (playlist by default).
.TP
.Blocked_screen_width_part=20-80
If you want to lock a screen, ncmpcpp asks for % of locked screen's width to be reserved before that and provides a default value, which is the one you can set here.