Re: automake: tap-driver.sh: cleanup and revival.

2017-10-27 Thread Warren Young
On Oct 25, 2017, at 6:03 PM, Russ Allbery wrote: > > Warren Young writes: > >> As for the portability of ANSI terminal escape codes, it’s still best to >> delegate such things to curses or libraries like it, despite the near >> ubiquity of ANSI-family terminal emulators. > > Does anyone really

Re: automake: tap-driver.sh: cleanup and revival.

2017-10-27 Thread Bob Friesenhahn
On Fri, 27 Oct 2017, Warren Young wrote: This thread is about color. My Link MC3+ doesn’t even *have* color, but it will do bold, underline, and blink. Why should Autoconf care what my terminal can do? The operating system has a database mapping what my terminal can do to a common API. Le

Re: automake: tap-driver.sh: cleanup and revival.

2017-10-27 Thread Warren Young
On Oct 27, 2017, at 7:19 AM, Bob Friesenhahn wrote: > > On Fri, 27 Oct 2017, Warren Young wrote: >> >> The operating system has a database mapping what my terminal can do to a >> common API. Let the library handle it. > > I should point out that the "operating system" does not necessarily ha

Re: automake: tap-driver.sh: cleanup and revival.

2017-10-27 Thread Bob Friesenhahn
On Fri, 27 Oct 2017, Warren Young wrote: On Oct 27, 2017, at 7:19 AM, Bob Friesenhahn wrote: On Fri, 27 Oct 2017, Warren Young wrote: The operating system has a database mapping what my terminal can do to a common API. Let the library handle it. I should point out that the "operating s