Re: [dev] [PATCH] Render invisible attribute

2014-06-25 Thread Roberto E. Vargas Caballero
> You mean "invis"? We already have it in st.info. However this is a good Yes, I was talking about invis. I didn't remember that we already have it, although we didn't have implemented it. In fact, in the last actualization of central terminfo, Thomas E. Dickey removed this capability from our def

Re: [dev] [PATCH] Render invisible attribute

2014-06-25 Thread Ivan Delalande
On Wed, Jun 25, 2014 at 06:46:46PM +0200, Roberto E. Vargas Caballero wrote: > The implementation is far simple, so I think it is a good idea apply > this patch. Are you sure that is not there any terminfo capability > related to this feature? I am not sure, but I think there is one. You mean "inv

Re: [dev] [PATCH] Render invisible attribute

2014-06-25 Thread Roberto E. Vargas Caballero
The implementation is far simple, so I think it is a good idea apply this patch. Are you sure that is not there any terminfo capability related to this feature? I am not sure, but I think there is one. -- Roberto E. Vargas Caballero

[dev] [PATCH] Render invisible attribute

2014-06-24 Thread Anders Eurenius
Render invisible attribute Implement invisible mode by setting the foreground color to be the same as the background color. Not rendering anything would also be an alternative, but this seems less likely to cause surprises in conjunction with any hacks. cheers aes From f006ec9