commit | c4b8db3f0973bc63d60806d197b55dc2901870f0 | [log] [tgz] |
---|---|---|
author | Lukas Fleischer <cgit@cryptocrack.de> | Sun Mar 03 16:49:47 2013 +0100 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Mon Mar 04 09:12:55 2013 -0500 |
tree | bc817b4d410ac59b7e3c2fe01352630f82b393ef | |
parent | fb5a37317de9532509b9c398916c0290212ae233 [diff] |
ui-tree.c: Declare the state variable globally This allows for removing the header variable in a following patch. We can use the state variable to check whether the tail needs to be printed instead. Note that the state variable will be moved into a context structure later. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>