Re: [dev] [st] line drawing?

2012-11-07 Thread Roberto E. Vargas Caballero
I have the same problem. When I use Liberation Mono and start ncmcpp, everything is fine but when I quit the program, no cursor, I have to reset the terminal. When I'm using 'DejaVu Sans Mono', I have little squares in lieu of the drawing bars, but when I quit everything is fine. I just

[dev] [surf]easier keyboard shortcuts

2012-11-07 Thread Thuban
hi all, Instead of always using Ctrl + any other key to navigate with surf, here is a simple replacement using vim usual shortcuts. It is javascript, and simply typing h/j/k/l to move around is enough. Pressing g or G bring you to the top or the bottom of the page. Just add this code in

[dev] [st] Patch

2012-11-07 Thread Roberto E. Vargas Caballero
This patch fixes the problems with hide/unhide. From d14745fa4d678c0b9abb21f8f2fe2913e30c26b0 Mon Sep 17 00:00:00 2001 From: Roberto E. Vargas Caballero k...@shike2.com Date: Wed, 7 Nov 2012 10:38:05 +0100 Subject: [PATCH] Fix bug restoring cursor position Sequences like DECSC, DECRC, ESC [?1047l

Re: [dev] [st] line drawing?

2012-11-07 Thread Jean-Paul DEUX
On 11/06/2012 11:48 PM, Christoph Lohmann wrote: Seriously, do you really use Open Source software? Sincerely, Christoph Lohmann Of course not, I use libre softwares.

[dev] [st] Patch

2012-11-07 Thread Roberto E. Vargas Caballero
From 463bf62c9331f8a11e5dc41dc51b38f9746c45a3 Mon Sep 17 00:00:00 2001 From: Roberto E. Vargas Caballero k...@shike2.com Date: Wed, 7 Nov 2012 10:53:26 +0100 Subject: Clarify some or exclusive expressions Since relational expresions are always evaluated to 0 or 1, we can use bitwise xor operator

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread Joerg Zinke
On Tue, Nov 06, 2012 at 09:07:03PM -0500, Kurt H Maier wrote: On Wed, Nov 07, 2012 at 12:58:09PM +1100, Alex Hutton wrote: Which languages qualify as suckless? Loglan for new development, English for legacy support. Loglan is way to over-engineered and bloated. toki pona to the rescue!

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread Strake
On 06/11/2012, Alex Hutton highspeed...@gmail.com wrote: Which languages qualify as suckless? Only Unicode-extended Lazy K. λ is for wimps.

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread Strake
On 07/11/2012, Joerg Zinke m...@umaxx.net wrote: Loglan is way to over-engineered and bloated. toki pona to the rescue! Training your mind to think in Toki Pona can lead to many deeper insights about yourself or the world around you. [1] Well, it can lead to many shallow insights about its

Re: [dev] [surf]easier keyboard shortcuts

2012-11-07 Thread Christoph Lohmann
Hello. On Wed, 07 Nov 2012 14:24:21 +0100 Thuban thu...@singularity.fr wrote: hi all, Instead of always using Ctrl + any other key to navigate with surf, here is a simple replacement using vim usual shortcuts. It is javascript, and simply typing h/j/k/l to move around is enough. Pressing g

[dev] Re: [st] line drawing?

2012-11-07 Thread Christian Neukirchen
Roberto E. Vargas Caballero k...@shike2.com writes: If I switch to Liberation Mono it works. This is a pretty serious regression, since I used to be able to use whatever font I wanted without issue. It is a problem related to the switch to Xft. It impossible a font has all the

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread hiro
Which languages qualify as suckless? C, body language.

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread Strake
On 07/11/2012, hiro 23h...@gmail.com wrote: Which languages qualify as suckless? C, body language. body Language /body

Re: [dev] [st] line drawing?

2012-11-07 Thread Stephen Paul Weber
Somebody claiming to be Roberto E. Vargas Caballero wrote: It is a problem related to the switch to Xft. It impossible a font has all the unicode glyphs, so if the font fails in a glyph you have a problem. It is not clear for us how other terminals fix this problem, but maybe we should add this

Re: [dev] [surf]easier keyboard shortcuts

2012-11-07 Thread Thuban
I'm not enough C-self confident to do this yet. But if anyone is able to, I would be more than interested too. If there is no problem, I'll put it on the wiki if no one is against. Cheers, Xavier Le 14:24:21 le 07 nov. 2012 , Christoph Lohmann a écrit : Hello. On Wed, 07 Nov 2012 14:24:21

[dev] [dwm] [patch] cycle through focus stack

2012-11-07 Thread Andreas Amann
Here a patch which adjusts dwm to my personal taste, but maybe others find it useful as well. First, I missed a function in dwm which allows me to quickly go back in the list of windows in the order in which they were focused. Dwm already records the focus history, but there was no way to access