Re: [dev] [ANNOUNCE] dtext-0.1: Font rendering library

2016-02-14 Thread Sylvain BERTRAND
On Sat, Feb 13, 2016 at 08:03:13PM +0100, Leo Gaspard wrote: > https://git.ekleog.org/dtext/ Hi, What is the scope of dtext in perspective of harfbuzz? Do you plan to support unicode for a maximum of languages? (heard thai and indi are tough). harfbuzz is c++ pure and raw brain fu**age (sorr

Re: [dev] [ANNOUNCE] slock-1.3

2016-02-14 Thread Ben Woolley
Did somebody say Kickstarter? Sent from my iPhone > On Feb 14, 2016, at 12:59 PM, v4hn wrote: > > get yourself a wooden box and lock your > workstation in in when you leave the room

Re: [dev] [sbase][PATCH] ls: only display directory headers when more than one directory is specified

2016-02-14 Thread tty0
On 2016-02-14 13:59, tty0 wrote: --- ls.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ls.c b/ls.c index 3611a87..36a1fb6 100644 --- a/ls.c +++ b/ls.c @@ -52,6 +52,7 @@ static int Uflag = 0; static int uflag = 0; static int first = 1; static char sort = 0; +st

Re: [dev] [ANNOUNCE] slock-1.3

2016-02-14 Thread hiro
you agree it's at least one step i see

[dev] [sbase][PATCH] ls: only display directory headers when more than one directory is specified

2016-02-14 Thread tty0
--- ls.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ls.c b/ls.c index 3611a87..36a1fb6 100644 --- a/ls.c +++ b/ls.c @@ -52,6 +52,7 @@ static int Uflag = 0; static int uflag = 0; static int first = 1; static char sort = 0; +static size_t ds; static void ls(const

Re: [dev] [ANNOUNCE] slock-1.3

2016-02-14 Thread v4hn
On Sun, Feb 14, 2016 at 12:19:37AM +0100, hiro wrote: > i.e. throw out all this platform dependent bullshit password checking code This would still leave us with the platform dependent bullshit for screen locking. Here's a refined proposal: lock your goddamn office instead of your screen, or, in

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-02-14 Thread Maxime Coste
On Sat, Feb 13, 2016 at 02:11:28PM +0100, Marc André Tanner wrote: > On Mon, Jan 18, 2016 at 08:24:14AM +0100, Jan Christoph Ebersbach wrote: > > - I miss that I can't align multiple cursors in insert mode, i.e. to > > align all "=" over multiple lines. The editor kakoune supports this > > nic