Discard all but the last line when reading from a #() command - the
authornicm <nicm@openbsd.org>
Thu, 18 Jan 2018 14:28:11 +0000 (14:28 +0000)
committernicm <nicm@openbsd.org>
Thu, 18 Jan 2018 14:28:11 +0000 (14:28 +0000)
commitaef8f1e7ca4327f9370dcf43d8fe7f2bdeb6edf0
tree50e85d6f0a93d026a444f4c3ffa175855a87eaf0
parent9d86d69785ee06628c43c0a4f97e0142135df6af
Discard all but the last line when reading from a #() command - the
callback is just going to be fired again straight away to go through all
the lines, it is better just to use the last one straight away.
usr.bin/tmux/format.c