Code

list_window: don't reset *highlight to 0
authorMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:25:52 +0000 (12:25 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:25:52 +0000 (12:25 +0200)
commit51f4e9634dc17f7b433967b0cc46a0945cf26b85
treec0860db9b3e36781ec6556b7df421b5278c32b79
parent3a278a50a6cc0df63c862a6bdee95d158b74e625
list_window: don't reset *highlight to 0

Since the list_window code sets highlight to 0 before it calls the
list_callback, the callback itself doesn't have to reset the flag.
src/screen_artist.c
src/screen_file.c
src/screen_keydef.c
src/screen_play.c