> On Mon, Mar 23, 2015 at 12:05:44PM -0400, Alex Pilon wrote:
> > If there are no objections, I'd like to update the one on the wiki with
> > the attached.
>
On Mon, Mar 23, 2015 at 09:28:35PM +0100, Ivan Delalande wrote:
> This looks good, still applies and works without any problem, you can
> saf
On Mon, Mar 23, 2015 at 12:05:44PM -0400, Alex Pilon wrote:
> The hide X cursor patch when typing predates and conflicts with
> 580302f (Support the DECSCUSR CSI escape sequence) because they both
> introduced a 'cursor' member in struct XWindow. Essentially
> s/cursor/pointer/ in the hide X cursor
Applied, thanks!
>From eed5857550f2d16ff7c454e6dd9342905bc7a8e0 Mon Sep 17 00:00:00 2001
From: Jakob Kramer
Date: Mon, 23 Mar 2015 18:53:38 +0100
Subject: [PATCH] sort: fix syntax error
---
sort.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sort.c b/sort.c
index cea25aa..47434dc 100644
--- a/sort.c
+++ b
The hide X cursor patch when typing predates and conflicts with
580302f (Support the DECSCUSR CSI escape sequence) because they both
introduced a 'cursor' member in struct XWindow. Essentially
s/cursor/pointer/ in the hide X cursor patch.
If there are no objections, I'd like to update the one on t
I just wrote:
> the attached patches are intended to improve rendering of long prompts
> in dmenu's vertical listing mode:
>
> .patch2: Whole line for -p prompts in -l list mode
Silly me, the window size has to grow, too. New patch 2 attached. Sorry
for any inconveniences.
Kinder Regards
- Rob
Hi,
the attached patches are intended to improve rendering of long prompts
in dmenu's vertical listing mode:
.patch1: Sanitize indentation when -p and -l are given
.patch2: Whole line for -p prompts in -l list mode
Not sure about the latter, but i feel the first one is a clear
improvement.
Kin