Re: [dev] [st utf8 4/4] Make tputc, tsetchar and techo accept unicode

2015-04-27 Thread Roberto E. Vargas Caballero
Applied, thanks.

[dev] [st utf8 4/4] Make tputc, tsetchar and techo accept unicode

2015-04-21 Thread noname
--- st.c | 107 --- 1 file changed, 45 insertions(+), 62 deletions(-) diff --git a/st.c b/st.c index fa21c4e..3a37994 100644 --- a/st.c +++ b/st.c @@ -383,20 +383,20 @@ static void tmoveato(int, int); static void tnew(int, int);