Re: [dev] [st] some more random fixes

2013-06-26 Thread Markus Teich
fyi --Markus Betreff: Re: some more random fixes Datum: Wed, 26 Jun 2013 19:19:25 + (UTC) Von: Thorsten Glaser An: Markus Teich Markus Teich dixit: > I don't know if it is that uncommon. Answer below². > For the keys Let me make this a table and rotate it by 90°: st urxv

Re: [dev] [st] some more random fixes

2013-06-22 Thread Roberto E. Vargas Caballero
On Sat, Jun 22, 2013 at 11:39:19PM +0200, Markus Teich wrote: > And of course i only did this patch for > XK_KP_Delete and forgot about > XK_Delete. Sorry but these patches are incorrects. > + { XK_Delete,XK_ANY_MOD, "\033[3~", 0,0,0}, > { XK_Delete,XK

Re: [dev] [st] some more random fixes

2013-06-22 Thread Markus Teich
And of course i only did this patch for XK_KP_Delete and forgot about XK_Delete. --Markus Am 22.06.2013 23:31, schrieb Markus Teich: And two more. The first one (0005…) should not break anything, because it just adds a default keymap string for the del key. I can confirm, that the del key wor

Re: [dev] [st] some more random fixes

2013-06-22 Thread Markus Teich
And two more. The first one (0005…) should not break anything, because it just adds a default keymap string for the del key. I can confirm, that the del key works as expected in mksh prompt (which it did not before this patch without the echo `tput smkx` >/dev/tty trick mentioned in the FAQ) a

[dev] [st] some more random fixes

2013-06-22 Thread Markus Teich
see attached. --Markus >From 5b75bf7bc8dc082bd317195d132c789c6baf8779 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Sat, 22 Jun 2013 23:05:03 +0200 Subject: [PATCH 1/4] fix: do not need an extra variable for a single read --- st.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-)