* pstree shows child threads with {commandname} Debian #230924
* better capitalisation with usage SF# 1150042
* Added warning about fuser and tcp/udp access Debian #327813
+ * pstree defaults to ASCII not VT100 until problems with terminals
+ are fixed Debian #288856
* Applied psmisc-21.4-alt-progname to find pstrees name
* configure.in checks for tinfo library
* Failing that, if TERM is defined, a non-null value, and the terminal
* has the VT100 graphics charset, use it.
*/
- sym = &sym_vt100;
+ /* problems with VT100 on some terminals, making this ascci
+ * for now
+ */
+ sym = &sym_ascii;
} else {
/* Otherwise, fall back to ASCII. */
sym = &sym_ascii;