Re: [dev] simple terminal : about fonts

2015-05-16 Thread Ivan Delalande
On Sun, May 17, 2015 at 02:21:09AM +, sylw...@legeek.net wrote: > Does simple terminal allow selection of a specific font for a specific > unicode range? > (like mlterm) Yup, just adjust the xdraws() procedure properly to match your tastes, in the st.c configuration file. If you are not famil

Re: [dev] simple terminal : about fonts

2015-05-16 Thread sylware
Hi, Does simple terminal allow selection of a specific font for a specific unicode range? (like mlterm) regards, -- Sylvain

Re: [dev] simple terminal : about fonts

2015-05-16 Thread Henrique Lengler
On Sat, May 16, 2015 at 08:14:41PM -0300, Amadeus Folego wrote: > As already mentioned I strongly recommend Inconsolata[0]. > > Another great font is Anonymous Pro[1]. > > 0: http://www.levien.com/type/myfonts/inconsolata.html > 1: http://www.marksimonson.com/fonts/view/anonymous-pro +1 for Inco

Re: [dev] simple terminal : about fonts

2015-05-16 Thread Amadeus Folego
As already mentioned I strongly recommend Inconsolata[0]. Another great font is Anonymous Pro[1]. 0: http://www.levien.com/type/myfonts/inconsolata.html 1: http://www.marksimonson.com/fonts/view/anonymous-pro

Re: [dev] simple terminal : about fonts

2015-05-16 Thread Charlie Kester
On Wed 13 May 2015 at 13:20:47 PDT FRIGN wrote: "Source Code Pro:pixelsize=13:antialias=true:autohint=true"; It's one of the few fonts I know which is not ambiguous with "1", "l", "i" and "|". +1

Re: [dev] simple terminal : about fonts

2015-05-16 Thread Jason Woofenden
> So could some users give me the value of their config.h:font[] ? I'm quite happy with: "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false" It looks great for reading text, and it's easy to tell "il1|" apart, and "<({[" look very distinct as well. My only beef is that the

Re: [dev] [sbase] [PATCH 1/3] mv, cp: Preserve nanosecond timestamps

2015-05-16 Thread Dimitris Papastamos
This had been on my radar for some time, thanks for working on this. Applied all three patches.