On 2 November 2014 04:33, Eric Pruitt wrote:
> On Sun, Oct 19, 2014 at 11:48:53AM +0200, Anselm R Garbe wrote:
>> On 18 October 2014 19:05, Eric Pruitt wrote:
>> > On Tue, Sep 30, 2014 at 05:46:14PM -0700, Eric Pruitt wrote:
>> >> I've attached a revised patch that also adds a couple more configu
On Sun, Nov 02, 2014 at 03:08:12AM +, Michael Forney wrote:
> Otherwise, a pattern with a '$' anchor will never match and POSIX says that
>
> "By default, an input line shall be selected if any pattern ... matches any
>part of the line excluding the terminating "
Both patches applied, t
Nils R wrote:
> my delete-key behaves as backspace since commit
> 9d9e049eac3dacb2725f9d792f7cdd2230062313 on all my linux machines (debian,
> fedora, ubuntu) and openbsd.
Heyho,
I can confirm this, but don't have the time to bisect right now. The delete Key
seems to trigger Backspace2. In mksh i
On Sun, Nov 02, 2014 at 09:24:37AM +0100, Anselm R Garbe wrote:
> Thanks for the reminder, now applied.
Thank you, but you applied the old patch instead of the newer one. Was
that intentional or an accident?
Eric
Quoth Evan Gates:
> The problem I'm currently facing is finding a browser that
> supports HIDPI correctly. I've been playing with chrome, firefox, and
> surf but have yet to find a satisfactory setup. Anyone have any
> recommendations?
Iceweasel (at least the version in Debian stable) works perfec
I found quite a lot of bugs, so I ended up pretty much rewriting as I
followed the specĀ¹.
Now, it works as follows:
- Determine a mask (who) of bits that can be modified for the subsequent
operations. If none are specified, select all file mode bits.
- In a loop, determine which operation (+, -
---
chown.c | 25 -
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/chown.c b/chown.c
index 3fd5f87..5d57801 100644
--- a/chown.c
+++ b/chown.c
@@ -11,8 +11,8 @@
static void chownpwgr(const char *);
static bool rflag = false;
-static struct passwd *pw = N
Hello everyone,
First of all, thanks a lot for dwm and st, big fan!
I wrote a patch -- intended for the optional patches section on the site --
that makes st resizable to the pixel, as opposed to the nearest char
width/height. This is to avoid the gaps between and around terminals in
tiling WMs.