mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 07:02:30 +00:00
Up and down on the download list working.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@250 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -8,6 +8,9 @@ namespace input {
|
||||
|
||||
bool
|
||||
Bindings::pressed(int key) {
|
||||
if (!m_active)
|
||||
return false;
|
||||
|
||||
const_iterator itr = find(key);
|
||||
|
||||
if (itr != end())
|
||||
|
||||
Reference in New Issue
Block a user