Re: [systemd-devel] [PATCH 06/11] There is no ANSI support on common 3215 consoles

2014-08-01 Thread Dr. Werner Fink
On Fri, Jun 20, 2014 at 07:03:47PM +0200, Lennart Poettering wrote: Also, we are not going to add code for any specific weird terminal settings. We will do three levels: TERM=linux for the full Linux console, TERM=vt102 otherwise, and TERM=dumb for the crap that can't do TERM=vt102. But we

Re: [systemd-devel] [PATCH 06/11] There is no ANSI support on common 3215 consoles

2014-08-01 Thread Lennart Poettering
On Fri, 01.08.14 16:07, Dr. Werner Fink (wer...@suse.de) wrote: On Fri, Jun 20, 2014 at 07:03:47PM +0200, Lennart Poettering wrote: Also, we are not going to add code for any specific weird terminal settings. We will do three levels: TERM=linux for the full Linux console, TERM=vt102

Re: [systemd-devel] [PATCH 06/11] There is no ANSI support on common 3215 consoles

2014-06-20 Thread Lennart Poettering
On Fri, 13.06.14 16:41, Werner Fink (wer...@suse.de) wrote: Therefore strip off the ANSI escape sequences for 3215 consoles but support 3270 consoles if found. Hmm, this looks messy. Please add a global systemd PID 1 setting next to the arg_show_status variable that controls whether color

Re: [systemd-devel] [PATCH 06/11] There is no ANSI support on common 3215 consoles

2014-06-19 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jun 13, 2014 at 04:41:05PM +0200, Werner Fink wrote: Therefore strip off the ANSI escape sequences for 3215 consoles but support 3270 consoles if found. --- src/core/manager.c | 24 src/shared/util.c | 80 +---

[systemd-devel] [PATCH 06/11] There is no ANSI support on common 3215 consoles

2014-06-13 Thread Werner Fink
Therefore strip off the ANSI escape sequences for 3215 consoles but support 3270 consoles if found. --- src/core/manager.c | 24 src/shared/util.c | 80 +--- src/shared/util.h |1 + 3 files changed, 96 insertions(+), 9