[dev] [st][PATCH] Add terminfo definitions for terminals with meta key

2013-08-12 Thread Roberto E. Vargas Caballero
Some programs don't check the value of km and use smm and rmm capabilites, and they cause the terminal change to meta enabled mode even in cases where is not desirable. Allmost all people is using the terminal waiting that meta sends escape, so rmm and smm are not needed. If someone needs meta set

Re: [dev] [st][PATCH] Regarding commit 7e3cff3

2013-08-12 Thread Roberto E. Vargas Caballero
Hi, > 2. The current way of calculating text position in "xdraws" yields > inconsistent results in some cases. This is due to the use of > "font->width", which varies. Instead, "xw.cw" has to be used as the > character width. The patch seems correct, but I'll wait until Christoph can read