Code

list_window: remove list_window_state_t
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 09:56:00 +0000 (11:56 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 09:56:00 +0000 (11:56 +0200)
commit4ca0f663a918fc04389ff4351b596209902bd11c
treef96185f6b9ad29c5d6095f5da8f9903b4923c2d4
parente2c8e28ef7ccda32fb32792b086c40144df2a916
list_window: remove list_window_state_t

We do not need to save a stack of list window states.  When we return
to a parent directory, we just have to find the directory which we
come from in the parent list.  Note that this patch resets the cursor
when going to the root directory, but I think it's not that important,
and I will deal with that later.
src/list_window.c
src/list_window.h
src/screen_artist.c
src/screen_browser.c
src/screen_browser.h
src/screen_file.c