On Wed, May 13, 2015 at 09:37:43PM +0200, Romain GIACALONE wrote:
> Hello,
>
> sorry for this "user level" question but I'm using simple terminal and I'm
> looking for a readable and comfortable font.
> It look like that I cannot find a decent one by myself ...
>
> So could some users give m
On Thu, May 07, 2015 at 10:15:34AM +0200, Silvan Jegen wrote:
> On Wed, May 6, 2015 at 9:47 PM, Marc André Tanner wrote:
> > Thanks, this will require more time to properly review than I currently
> > have. What follows are therefore only a few general remarks.
> >
> >> The code for the read/write
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. However there is another
special case to consider. The filter command is also nam
On Thu, May 07, 2015 at 09:39:23AM +0200, Silvan Jegen wrote:
> On Wed, May 6, 2015 at 8:35 PM, Marc André Tanner wrote:
> > Also should '.' include the new line character? It seems like it does
> > in vim. Then text_line_next should be used.
>
> I think the behavior should mirror Vim in this cas
On Sat, May 09, 2015 at 11:17:07PM +, non...@inventati.org wrote:
> Maybe just copy and use arg.h from st or dwm?
Doesn't it stop after the first non argument occurs? In vis options
and file names can be alternated i.e.
$ vis +/pattern1 file1 +/pattern2 file2
should open file{1,2} with the
On Wed, May 13, 2015 at 01:28:09PM -0700, Eric Pruitt wrote:
> On Wed, May 13, 2015 at 09:37:43PM +0200, Romain GIACALONE wrote:
> > So could some users give me the value of their config.h:font[] ?
>
> I like [DejaVu Mono](http://dejavu-fonts.org/wiki/Main_Page). You can
> see a screenshot of how
On Wed, May 13, 2015 at 09:37:43PM +0200, Romain GIACALONE wrote:
> So could some users give me the value of their config.h:font[] ?
I like [DejaVu Mono](http://dejavu-fonts.org/wiki/Main_Page). You can
see a screenshot of how it looks on my machine at
http://codevat.com/assets/about-me/mutt.png .
On Wed, 13 May 2015 21:37:43 +0200
Romain GIACALONE wrote:
Hey Romain,
> So could some users give me the value of their config.h:font[] ?
"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 "|".
Cheers
F
Hello,
sorry for this "user level" question but I'm using simple terminal and I'm
looking for a readable and comfortable font.
It look like that I cannot find a decent one by myself ...
So could some users give me the value of their config.h:font[] ?
Cheers,
Romain