author | Max Kellermann <max@duempel.org> | |
Fri, 3 Oct 2008 09:56:00 +0000 (11:56 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 3 Oct 2008 09:56:00 +0000 (11:56 +0200) | ||
commit | 4ca0f663a918fc04389ff4351b596209902bd11c | |
tree | f96185f6b9ad29c5d6095f5da8f9903b4923c2d4 | tree | snapshot |
parent | e2c8e28ef7ccda32fb32792b086c40144df2a916 | commit | diff |
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.
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.