From: pl@ninthfloor.org Date: Fri, 11 Nov 2016 16:45:52 +0000 (+0100) Subject: Make strdump(), csidump(), print to stderr X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=902a392b905107c7b8a318c103837c54e47a068e;hp=902a392b905107c7b8a318c103837c54e47a068e;p=st.git Make strdump(), csidump(), print to stderr The two functions strdump(), csidump() are called to show errors and their output is introduced by a message printed to stderr. Thus, it it more consistent to have them print to stderr. Moreover stderr is unbuffered (at least on Linux), making problems immediately visible. ---