Bug#891381: vt100 line-drawing is a bad idea here

2018-02-27 Thread Paul Wise
On Tue, 2018-02-27 at 10:11 -0500, Antoine Beaupré wrote: > ky, i'll fix the damn thing. :) Thanks :) > in the meantime, you can apply this on top of 1.2.0. Huh, did not know it was possible to insert attachments in the middle of a mail body... > not sure i want to roll yet another

Bug#891381: vt100 line-drawing is a bad idea here

2018-02-27 Thread Antoine Beaupré
Control: tags -1 +pending Control: found -1 1.2.0 On 2018-02-27 09:37:03, Paul Wise wrote: > On Mon, 2018-02-26 at 20:31 -0500, Antoine Beaupré wrote: > >> Why can't you use --no-colors here? > > I definitely can, but I should not have to. The convention for tools > that use colour is to gate

Bug#891381: vt100 line-drawing is a bad idea here

2018-02-26 Thread Paul Wise
On Mon, 2018-02-26 at 20:31 -0500, Antoine Beaupré wrote: > Why can't you use --no-colors here? I definitely can, but I should not have to. The convention for tools that use colour is to gate that on isatty, undertime should do that. -- bye, pabs https://wiki.debian.org/PaulWise

Bug#891381: vt100 line-drawing is a bad idea here

2018-02-26 Thread Antoine Beaupré
On 2018-02-27 08:20:14, Paul Wise wrote: > On Mon, 2018-02-26 at 09:22 -0500, Antoine Beaupré wrote: > >> I am not sure i see the point of defaulting to "no colors" for !isatty. > > If I redirect output to a file and then load that in my text editor > then I'm going to get icky terminal escape

Bug#891381: vt100 line-drawing is a bad idea here

2018-02-26 Thread Paul Wise
On Mon, 2018-02-26 at 09:22 -0500, Antoine Beaupré wrote: > I am not sure i see the point of defaulting to "no colors" for !isatty. If I redirect output to a file and then load that in my text editor then I'm going to get icky terminal escape sequences in it. Personally I don't consider this

Bug#891381: vt100 line-drawing is a bad idea here

2018-02-26 Thread Antoine Beaupré
Control: tags -1 +pending On 2018-02-25 22:17:36, Adam Borowski wrote: > On Sun, Feb 25, 2018 at 01:06:15PM -0500, Antoine Beaupré wrote: >> On 2018-02-25 02:29:28, Adam Borowski wrote: >> >> undertime prints terminal escape sequences to pipes and files. >> > >> > There are two types of escape

Bug#891381: vt100 line-drawing is a bad idea here

2018-02-25 Thread Adam Borowski
On Sun, Feb 25, 2018 at 01:06:15PM -0500, Antoine Beaupré wrote: > On 2018-02-25 02:29:28, Adam Borowski wrote: > >> undertime prints terminal escape sequences to pipes and files. > > > > There are two types of escape sequences here: > > > > • SGR. These make sense, as undertime uses color to

Bug#891381: vt100 line-drawing is a bad idea here

2018-02-25 Thread Antoine Beaupré
On 2018-02-25 02:29:28, Adam Borowski wrote: >> undertime prints terminal escape sequences to pipes and files. > > There are two types of escape sequences here: > > • SGR. These make sense, as undertime uses color to convey its output. > A plain text interface would be a reasonable request but is

Bug#891381: vt100 line-drawing is a bad idea here

2018-02-24 Thread Adam Borowski
> undertime prints terminal escape sequences to pipes and files. There are two types of escape sequences here: • SGR. These make sense, as undertime uses color to convey its output. A plain text interface would be a reasonable request but is probably a feature (anarcat: you can detect