Code

list_window: added list_window_scroll_cmd()
authorMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:18:00 +0000 (12:18 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:18:00 +0000 (12:18 +0200)
commitca2b9d1390a56b89336b963113b5763edd70238e
treefb21cce04bc44a9bcb4a8e06fadd1b02776defc9
parent104b126c69b89cc4b7caf301fbdbd0b1c9a21bda
list_window: added list_window_scroll_cmd()

It is similar to list_window_cmd(), but it scrolls the window instead
of moving the selection.  It is used by the "lyrics" and the "help"
screen.
src/list_window.c
src/list_window.h
src/screen_help.c
src/screen_lyrics.c