Abandon the %(prompt) when the user escapes it
commita06d0bc0ef2cf5a4e32e1ea1ce6065a121ec1ab0
authorJonas Fonseca <fonseca@diku.dk>
Sat, 22 Feb 2014 15:27:34 +0000 (22 10:27 -0500)
committerJonas Fonseca <fonseca@diku.dk>
Sat, 22 Feb 2014 15:27:34 +0000 (22 10:27 -0500)
treeb25edc55a4657782c4961c85f021b240f3a1abba
parent620a24d698fe6a5d13f94a47791f2a5659b4c898
Abandon the %(prompt) when the user escapes it

This fixes %(prompt) to not access NULL from read_prompt() which would
result in '(null)' as the prompt argument.
tig.c