diff options
author | Kalle Wallin <kaw@linux.se> | 2004-07-02 21:11:56 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-07-02 21:11:56 +0000 |
commit | b268b9992faa303d6283c5a88ba460b5fd73cef6 (patch) | |
tree | 9fb9980bc7b231796b79d5abf0de6153ea8228fe /ChangeLog | |
parent | 8a22ebb6b68d5696ef853f07de96553e4ae506c4 (diff) | |
download | mpd-b268b9992faa303d6283c5a88ba460b5fd73cef6.tar.gz mpd-b268b9992faa303d6283c5a88ba460b5fd73cef6.tar.xz mpd-b268b9992faa303d6283c5a88ba460b5fd73cef6.zip |
Added basic ncurses mouse support
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1770 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-07-02 Kalle Wallin <kaw@linux.se> * options.c: improved error handling in the argv parser + * screen_play.c: scroll up when moving a item uppwards + * mpdclient.c: redesigned the plchanges code (its now based on qball's) + * Added ncurses basic mouse support (playlist and browse screens) 2004-07-01 Kalle Wallin <kaw@linux.se> * support.[c|h]: removed the trim() function |