Re: [hackers] [st][PATCH] Add support for DSR response "OK" escape sequence

2023-02-07 Thread Adam Price
On Tue, Feb 7, 2023 at 2:39 PM Hiltjo Posthuma wrote: > > On Tue, Feb 07, 2023 at 11:20:36AM -0500, Adam Price wrote: > > On Tue, Feb 7, 2023 at 11:17 AM Roberto E. Vargas Caballero > > wrote: > > > > > > On Tue, Feb 07, 2023 at 10:54:57AM -0500, Adam Price wrote: > > > > On Mon, Feb 6, 2023 at 1

Re: [hackers] [st][PATCH] Add support for DSR response "OK" escape sequence

2023-02-07 Thread Hiltjo Posthuma
On Tue, Feb 07, 2023 at 11:20:36AM -0500, Adam Price wrote: > On Tue, Feb 7, 2023 at 11:17 AM Roberto E. Vargas Caballero > wrote: > > > > On Tue, Feb 07, 2023 at 10:54:57AM -0500, Adam Price wrote: > > > On Mon, Feb 6, 2023 at 12:06 PM Roberto E. Vargas Caballero > > > wrote: > > > > > > > > Hi,

Re: [hackers] [st][PATCH] Add support for DSR response "OK" escape sequence

2023-02-07 Thread Adam Price
Thanks all! -- Adam

Re: [hackers] [st][PATCH] Add support for DSR response "OK" escape sequence

2023-02-07 Thread Adam Price
On Tue, Feb 7, 2023 at 11:17 AM Roberto E. Vargas Caballero wrote: > > On Tue, Feb 07, 2023 at 10:54:57AM -0500, Adam Price wrote: > > On Mon, Feb 6, 2023 at 12:06 PM Roberto E. Vargas Caballero > > wrote: > > > > > > Hi, > > > > > > On Mon, Feb 06, 2023 at 08:45:27AM +0200, Santtu Lakkala wrote:

[hackers] [st] ignore C1 control characters in UTF-8 mode || Hiltjo Posthuma

2023-02-07 Thread git
commit 211964d56ee00a7d46e251cbc150afb79138ae37 Author: Hiltjo Posthuma AuthorDate: Tue Feb 7 20:00:59 2023 +0100 Commit: Hiltjo Posthuma CommitDate: Tue Feb 7 20:00:59 2023 +0100 ignore C1 control characters in UTF-8 mode Ignore processing and printing C1 control characters

Re: [hackers] [st][PATCH] Add support for DSR response "OK" escape sequence

2023-02-07 Thread Hiltjo Posthuma
On Sun, Feb 05, 2023 at 06:39:24PM -0500, Adam Price wrote: > --- > VT100 defines an escape sequence [1] called Device Status Report (DSR). When > the DSR sequence received is `csi 5n`, an "OK" response `csi 0n` is returned. > This patch adds that "OK" response. > > I encountered this missing sequ

[hackers] [st] Add support for DSR response "OK" escape sequence || Adam Price

2023-02-07 Thread git
commit f17abd25b376c292f783062ecf821453eaa9cc4c Author: Adam Price AuthorDate: Tue Feb 7 19:54:29 2023 +0100 Commit: Hiltjo Posthuma CommitDate: Tue Feb 7 19:57:34 2023 +0100 Add support for DSR response "OK" escape sequence "VT100 defines an escape sequence [1] called Devic

Re: [hackers] [st][PATCH] Add support for DSR response "OK" escape sequence

2023-02-07 Thread Roberto E. Vargas Caballero
On Tue, Feb 07, 2023 at 10:54:57AM -0500, Adam Price wrote: > On Mon, Feb 6, 2023 at 12:06 PM Roberto E. Vargas Caballero > wrote: > > > > Hi, > > > > On Mon, Feb 06, 2023 at 08:45:27AM +0200, Santtu Lakkala wrote: > > > > tsetattr(csiescseq.arg, csiescseq.narg); > > > > br

Re: [hackers] [st][PATCH] Add support for DSR response "OK" escape sequence

2023-02-07 Thread Adam Price
On Mon, Feb 6, 2023 at 12:06 PM Roberto E. Vargas Caballero wrote: > > Hi, > > On Mon, Feb 06, 2023 at 08:45:27AM +0200, Santtu Lakkala wrote: > > > tsetattr(csiescseq.arg, csiescseq.narg); > > > break; > > > - case 'n': /* DSR – Device Status Report (cursor position) */