There is no real need for window_printable_flags to allocate, make it
authornicm <nicm@openbsd.org>
Thu, 20 Apr 2017 09:39:07 +0000 (09:39 +0000)
committernicm <nicm@openbsd.org>
Thu, 20 Apr 2017 09:39:07 +0000 (09:39 +0000)
commit61076a280bbad412abf0843eff186d8df773f5b6
treeef4e4d35d36e5a1a5e00ee577db343e854de7f48
parent1a432fef1e7f661a16c5f53b3d7c4a8d46981cab
There is no real need for window_printable_flags to allocate, make it
return a buffer from the stack.
usr.bin/tmux/format.c
usr.bin/tmux/tmux.h
usr.bin/tmux/window.c