Hello suckless folks-
Attached is a patch that enables colors in the statusbar text. Yes, a
very similar patch already exists
(http://dwm.suckless.org/patches/statuscolors), so why did I make this
one?
1) the pre-existing patch inserts a space for every color change code
in the text. This one does
On Fri, Nov 19, 2010 at 5:15 PM, Gregor Best wrote:
> Also, a fixed version of the patch is attached (with correct \t usage
> and manpage this time).
Nice, applied.
On Thu, Nov 18, 2010 at 8:43 PM, Moritz Wilhelmy wrote:
> Hi,
>
> Why not call it -class? That way it's xterm-compatible.
Because -- and I hope I'm not surprising you -- it's completely
inconsistent with almost every CLI tool on unix?
Making st xterm-compatible at the escape sequence level is fri
On Fri, Nov 19, 2010 at 2:38 PM, Hiltjo Posthuma wrote:
> Offtopic and not specificly aimed at you:
> I noticed the coding style of st is quite ugly. Lots of
> non-descriptive variable names, recurring logic which could be grouped
> in a function. Inconsistent. One can take an example to look at d
On Thu, Nov 18, 2010 at 08:43:15PM +0100, Moritz Wilhelmy wrote:
> [...]
> Why not call it -class? That way it's xterm-compatible.
> One could also think about renaming -t to -title.
> [...]
Well, I wanted to keep with the current style...
Also, a fixed version of the patch is attached (with corr
On Sat, Nov 13, 2010 at 10:53 PM, Damian Okrasa wrote:
> I removed the wchar_t completely, added some UTF-8 parsing functions.
> No support for combining, bidi, doublecolumn etc. Markus Kuhn's UTF-8
> stress test file is not working 100% correctly (the decoder works
> however, even when reading b
Hi there,
I'm glad to announce the new dmenu 4.2 release which can be downloaded from:
http://dl.suckless.org/tools/dmenu-4.2.tar.gz
This release contains plenty code cleanups mainly developed by
Connor Lane Smith (aka cls in #suckless)! Thanks your great contribution!
It does not yet contain
On 19.11.2010 01:12, Damian Okrasa wrote:
> #define TNAME "st"
Nice, that worked, thanks!