Proper '/' on the end of directories in the find-file window.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@381 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-04-03 16:36:19 +00:00
parent fe11d1936d
commit 874e46fc64
15 changed files with 216 additions and 24 deletions
+10
View File
@@ -57,4 +57,14 @@ ElementStringList::disable(Control* c) {
m_window = NULL;
}
void
ElementStringList::next_screen() {
if (m_window->get_draw_end() != m_list.end())
m_window->set_range(m_window->get_draw_end(), m_list.end());
else
m_window->set_range(m_list.begin(), m_list.end());
m_window->mark_dirty();
}
}