[PATCH] vt: detect and ignore OSC codes.

2014-02-18 Thread Adam Borowski
These can be used to send commands consisting of an arbitrary string to the terminal, most often used to set a terminal's window title or to redefine the colour palette. Our console doesn't use OSC, unlike everything else, which can lead to junk being displayed if a process sends such a code uncon

Re: [PATCH] vt: detect and ignore OSC codes.

2014-02-18 Thread Greg Kroah-Hartman
On Sun, Feb 16, 2014 at 03:37:59AM +0100, Adam Borowski wrote: > On Thu, Feb 13, 2014 at 10:39:12AM -0800, Greg Kroah-Hartman wrote: > > On Wed, Jan 15, 2014 at 07:21:04AM +0100, Adam Borowski wrote: > > > These can be used to send commands consisting of an arbitrary string to > > > the > > > term

Re: [PATCH] vt: detect and ignore OSC codes.

2014-02-15 Thread Adam Borowski
On Thu, Feb 13, 2014 at 10:39:12AM -0800, Greg Kroah-Hartman wrote: > On Wed, Jan 15, 2014 at 07:21:04AM +0100, Adam Borowski wrote: > > These can be used to send commands consisting of an arbitrary string to the > > terminal, most often used to set a terminal's window title or to redefine > > the

Re: [PATCH] vt: detect and ignore OSC codes.

2014-02-13 Thread Greg Kroah-Hartman
On Wed, Jan 15, 2014 at 07:21:04AM +0100, Adam Borowski wrote: > These can be used to send commands consisting of an arbitrary string to the > terminal, most often used to set a terminal's window title or to redefine > the colour palette. Our console doesn't use OSC, unlike everything else, > whic

[PATCH] vt: detect and ignore OSC codes.

2014-01-14 Thread Adam Borowski
These can be used to send commands consisting of an arbitrary string to the terminal, most often used to set a terminal's window title or to redefine the colour palette. Our console doesn't use OSC, unlike everything else, which can lead to junk being displayed if a process sends such a code uncon