Re: [dev] simple terminal : about fonts

2015-05-17 Thread sylware
Thx! Coze for a nice rendering of some www pages with lynx, I use fonts for CJKT rendering different than for roman languages. best regards, -- Sylvain

Re: [dev] [PATCH] [slock] rework setting window color

2015-05-17 Thread Markus Teich
Markus Teich wrote: > If there are no other strong arguments against it, I would like to keep it as > proposed. Heyho, I just pushed the patch as proposed. --Markus

Re: [dev] [vis][RFC][PATCH 1/2 v2] Rework the separation of command name and parameters

2015-05-17 Thread Marc André Tanner
On Thu, May 14, 2015 at 12:00:48AM +0200, Marc André Tanner wrote: > On Sat, May 09, 2015 at 06:12:53PM +0200, Silvan Jegen wrote: > > By replacing the first non-alphanumeric character (except '!' which is > > replaced by ' ' to get it ignored) > > I think this goes into the right direction. Howev

Re: [dev] [vis][RFC][PATCH 2/2] Implement the execution of external commands and cmd_substitute

2015-05-17 Thread Marc André Tanner
Hi, I have commited a couple of patches which should implement this functionality as described in another mail (i.e. without allocating a temporary buffer). Unfortunately they are only minimaly tested (I should really spend my time on some university related projects). The patches introduce a fi

Re: [dev] [vis][PATCH v2] Make the '.' Filerange work on one line

2015-05-17 Thread Marc André Tanner
On Fri, May 15, 2015 at 10:16:49AM +0200, Silvan Jegen wrote: > --- > > The first version broke some functionality. This one doesn't by doing > some more ugly checking. > > We also make sure that we include the newline by using text_line_next > instead of text_line_finish. > > vis.c | 6 +-