Re: [dev] [st][PATCH] Add support for multiple charset definitions

2013-10-01 Thread Silvan Jegen
On Tue, Oct 01, 2013 at 10:33:40PM +0200, Roberto E. Vargas Caballero wrote: > > I applied the patch to tip ( eeae9b0 ) but compilation fails due to > > a redefinition of a the tsetchar function: > > Sorry, I don't know why my gcc version doesn't give me the error (some > type of overloading).

Re: [dev] [st][PATCH] Add support for multiple charset definitions

2013-10-01 Thread Roberto E. Vargas Caballero
> I applied the patch to tip ( eeae9b0 ) but compilation fails due to > a redefinition of a the tsetchar function: Sorry, I don't know why my gcc version doesn't give me the error (some type of overloading). This version uses a different name for this new function. -- >8 -- Subject: [PATCH]

Re: [dev] [st][PATCH] Add support for multiple charset definitions

2013-10-01 Thread Silvan Jegen
Hi Roberto On Tue, Oct 01, 2013 at 09:32:16PM +0200, Roberto E. Vargas Caballero wrote: > vt100 has support for two defined charset, G0 and G1. Each charset > can be defined, but in each moment is selected only one of both > charset. This is usually used selecting a national charset in G0 > and gr

[dev] [st][PATCH] Add support for multiple charset definitions

2013-10-01 Thread Roberto E. Vargas Caballero
vt100 has support for two defined charset, G0 and G1. Each charset can be defined, but in each moment is selected only one of both charset. This is usually used selecting a national charset in G0 and graphic charset in G1, so you can switch between graphic charset and text charset without losing th