author | Max Kellermann <max@duempel.org> | |
Thu, 27 Nov 2008 17:05:28 +0000 (18:05 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 27 Nov 2008 17:05:28 +0000 (18:05 +0100) | ||
commit | b512802eb2babc879a109d16ce4a32b2fb1c22ef | |
tree | a2e28c2541ebb03e0254ab0d2f18c6cf35286f7b | tree | snapshot |
parent | 45352152fbdcac20b39161069406ad6d5288bd98 | commit | diff |
list_window: converted "flags" to one "bool" variable
Currently, there is only one known list_window flag ("hide_cursor").
Replace the "flags" bit field with a boolean variable. If we run out
of space some day, we can convert that to bool:1.
Currently, there is only one known list_window flag ("hide_cursor").
Replace the "flags" bit field with a boolean variable. If we run out
of space some day, we can convert that to bool:1.