Re: [dev] simple terminal : about fonts

2015-05-13 Thread noname
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

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

2015-05-13 Thread Marc André Tanner
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

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

2015-05-13 Thread Marc André Tanner
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

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

2015-05-13 Thread Marc André Tanner
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

Re: [dev] [vis] [PATCH] Add '--' as end of options.

2015-05-13 Thread Marc André Tanner
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

Re: [dev] simple terminal : about fonts

2015-05-13 Thread Dimitris Papastamos
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

Re: [dev] simple terminal : about fonts

2015-05-13 Thread Eric Pruitt
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 .

Re: [dev] simple terminal : about fonts

2015-05-13 Thread FRIGN
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

[dev] simple terminal : about fonts

2015-05-13 Thread Romain GIACALONE
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