From: Lukas Fleischer Date: Sun, 3 Mar 2013 15:49:47 +0000 (+0100) Subject: ui-tree.c: Declare the state variable globally X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/c4b8db3f0973bc63d60806d197b55dc2901870f0?ds=inline;hp=c4b8db3f0973bc63d60806d197b55dc2901870f0 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 ---