Bug#300288: dstat: terminal color detection broken

2005-04-01 Thread Andrew Pollock
On Thu, Mar 31, 2005 at 12:25:12PM +0200, Dag Wieers wrote: Now that 0.5.9 has been released, can all of you check if the reported problems with various terminal emulators and TERM settings are completely solved ? I still haven't found the ultimate way to do ANSI/VT100 manipulation using

Bug#300288: dstat: terminal color detection broken

2005-04-01 Thread Dag Wieers
On Sat, 2 Apr 2005, Andrew Pollock wrote: On Thu, Mar 31, 2005 at 12:25:12PM +0200, Dag Wieers wrote: Now that 0.5.9 has been released, can all of you check if the reported problems with various terminal emulators and TERM settings are completely solved ? I still haven't found

Bug#300288: dstat: terminal color detection broken

2005-03-31 Thread Dag Wieers
On Sun, 20 Mar 2005, Dag Wieers wrote: On Sat, 19 Mar 2005, Charles Lepple wrote: Dag Wieers said: When I want to save it, I get: Formatting error: Internal base64 decoder error: Error writing attachment to /home/dag/dstat-color.patch Hmm, maybe it's time to file a bug

Bug#300288: dstat: terminal color detection broken

2005-03-19 Thread Dag Wieers
On Sat, 19 Mar 2005, Charles Lepple wrote: Dag Wieers said: When I want to save it, I get: Formatting error: Internal base64 decoder error: Error writing attachment to /home/dag/dstat-color.patch Hmm, maybe it's time to file a bug against SquirrelMail, too :-) (Looks like it

Bug#300288: dstat: terminal color detection broken

2005-03-18 Thread Charles Lepple
Package: dstat Version: 0.5.7-2 Severity: normal on line 1254 of dstat (0.5.7-2): ### Check terminal capabilities #if not sys.stdout.isatty() or not curses.wrapper(lambda \ # s:curses.has_colors()): if not sys.stdout.isatty() or os.environ.get('TERM',None) not in \ ('ansi',

Bug#300288: dstat: terminal color detection broken

2005-03-18 Thread Dag Wieers
On Fri, 18 Mar 2005, Charles Lepple wrote: on line 1254 of dstat (0.5.7-2): ### Check terminal capabilities #if not sys.stdout.isatty() or not curses.wrapper(lambda \ # s:curses.has_colors()): if not sys.stdout.isatty() or os.environ.get('TERM',None) not in \

Bug#300288: dstat: terminal color detection broken

2005-03-18 Thread Charles Lepple
Dag Wieers said: On Fri, 18 Mar 2005, Charles Lepple wrote: Also, I'm not exactly sure about the op.nolimit and op.update options, but it seems like those should be conditional on the not sys.stdout.isatty() test, and if stdout is a terminal, then op.color should be set. That way, even if I

Bug#300288: dstat: terminal color detection broken

2005-03-18 Thread Dag Wieers
On Sat, 19 Mar 2005, Charles Lepple wrote: Dag Wieers said: On Fri, 18 Mar 2005, Charles Lepple wrote: Also, I'm not exactly sure about the op.nolimit and op.update options, but it seems like those should be conditional on the not sys.stdout.isatty() test, and if stdout is a terminal,