Code

list_window: added the "hardware_cursor" option
authorMax Kellermann <max@duempel.org>
Sun, 14 Jun 2009 16:12:03 +0000 (18:12 +0200)
committerMax Kellermann <max@duempel.org>
Sun, 14 Jun 2009 16:12:03 +0000 (18:12 +0200)
commit7ffaad197d193796d54094e737e5ec37302d2e44
tree7a7c7e2c93995d65175d4bade9585bc989c31816
parent91ea9569d9c6f91894f111eb5ec08e1231a36f36
list_window: added the "hardware_cursor" option

This option makes ncurses look a little bit ugly, but it is important
for blind ncmpc users who depend on a braille display.  The braille
display shows the position of the hardware cursor, but is unable to
display the "inverse colors" of the traditional ncmpc cursor.
NEWS
doc/config.sample
doc/ncmpc.1
src/conf.c
src/list_window.c
src/options.h
src/screen.c