Code

list_window: check for unchanged value in set_length()
[ncmpc.git] / src / defaults.h
index 91cf33499d483a96d752824e16fccb9620ca23ca..4c32e4ea971824d3dc1ecb7d3c508ca3603e2816 100644 (file)
 #define DEFAULT_SCREEN_LIST "playlist browse"
 
 /* song format - list window */
-#define DEFAULT_LIST_FORMAT "%name%|[%artist% - ]%title%|%shortfile%"
+#define DEFAULT_LIST_FORMAT "%name%|[%artist% - ][%title%|%shortfile%]"
 
 /* song format - status window */
-#define DEFAULT_STATUS_FORMAT "[%artist% - ]%title%|%shortfile%"
+#define DEFAULT_STATUS_FORMAT "[%artist% - ][%title%|%shortfile%]"
 
 #define DEFAULT_LYRICS_TIMEOUT 100