Code

screen: removed screen_functions.get_lw()
authorMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:06:04 +0000 (12:06 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:06:04 +0000 (12:06 +0200)
commit571cadb2662199084c6d317a34680f68314589bf
tree9c7af79c37e64913e00f785b4a61983e1b9d5e46
parent51cb2863dd7def8505ba37bdbcb8221416c26f55
screen: removed screen_functions.get_lw()

If it is really important to set the curser, we should think of a
better way, instead of exporting one non-generic method.  For now,
just set the cursor to the origin.
src/screen.c
src/screen.h
src/screen_file.c
src/screen_help.c
src/screen_keydef.c
src/screen_lyrics.c
src/screen_play.c
src/screen_search.c