Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615530
| From | Nicolas Pitre <nicolas.pitre@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems |
| Date | 2017-04-03 22:10 +0200 |
| Message-ID | <tsgsx-38n-3@gated-at.bofh.it> (permalink) |
| References | (1 earlier) <trUBJ-5rN-53@gated-at.bofh.it> <trVxM-6aX-7@gated-at.bofh.it> <ts546-3XB-25@gated-at.bofh.it> <tscff-g5-3@gated-at.bofh.it> <tsgiT-2PU-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 3 Apr 2017, Adam Borowski wrote: > On Mon, Apr 03, 2017 at 08:31:03AM -0700, Andi Kleen wrote: > > Except for that (and possibly VT) it is unlikely that people really > > rely on the obsolete terminal features from the 70ies. So it's a kind > > of cleanup. > > But... but... but what shall we do without OLCUC?!? > > I guess sending these features to the pasture would be nice even in > mainstream TTY. Probably even without a Kconfig option to restore them. Thing is... those arcane features don't take much code at all: if (O_OLCUC(tty)) c = toupper(c); That's it. I didn't make the minitty code 5x smaller just by omitting those. ;-) Nicolas
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-02 00:40 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-04-02 15:30 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-02 18:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Alan Cox <alan@linux.intel.com> - 2017-04-03 15:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-03 18:10 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Alan Cox <alan@linux.intel.com> - 2017-04-03 20:10 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-03 22:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Alan Cox <alan@linux.intel.com> - 2017-04-04 15:50 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-04 21:30 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Andi Kleen <andi@firstfloor.org> - 2017-04-02 22:50 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-02 23:50 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Stuart Longland <stuartl@longlandclan.id.au> - 2017-04-03 01:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-03 03:10 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Stuart Longland <stuartl@longlandclan.id.au> - 2017-04-04 02:50 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Geert Uytterhoeven <geert@linux-m68k.org> - 2017-04-03 20:20 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Rob Herring <robh@kernel.org> - 2017-04-03 21:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Geert Uytterhoeven <geert@linux-m68k.org> - 2017-04-03 21:50 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-04-03 23:10 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-04-04 19:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-04-04 19:10 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-04-04 20:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-04-04 20:10 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-04 20:40 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-04-04 22:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-04 22:30 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-04 21:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-04-03 10:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Andi Kleen <andi@firstfloor.org> - 2017-04-03 17:40 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-03 19:30 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Adam Borowski <kilobyte@angband.pl> - 2017-04-03 22:00 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-03 22:10 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Adam Borowski <kilobyte@angband.pl> - 2017-04-03 22:40 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-04-03 18:50 +0200
Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-03 09:50 +0200
csiph-web