nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] [RFC] Overwrite mode


From: Brand Huntsman
Subject: Re: [Nano-devel] [RFC] Overwrite mode
Date: Thu, 12 Oct 2017 13:46:34 -0600

On Thu, 12 Oct 2017 16:06:32 -0300
Marco Diego Aurélio Mesquita <address@hidden> wrote:

> The ncurses documentation says that curs_set returns ERR if the
> terminal cant change the cursor. Would you mind to try the printf
> trick when curs_set returns ERR and, if it works, post an updated
> patch?

It doesn't return ERR in urxvt, looks as if urxvt reports both the underline 
and block cursor as a normal cursor. I open nano, press INSERT twice and exit. 
This is the result I get no matter what cursor urxvt uses.

curs_set(0) = 1
curs_set(1) = 0
curs_set(0) = 1
curs_set(2) = 0
curs_set(2) = 2
curs_set(0) = 2
curs_set(1) = 0
curs_set(1) = 1
curs_set(0) = 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]