new feature: support for centered cursor (disabled by default)

This commit is contained in:
Andrzej Rybczak
2009-11-11 00:50:14 +01:00
parent 35a182d79e
commit 3b7f19f095
5 changed files with 13 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ struct ncmpcpp_config
bool header_visibility;
bool header_text_scrolling;
bool statusbar_visibility;
bool centered_cursor;
bool autocenter_mode;
bool wrapped_search;
bool space_selects;