[RP] patch to ignore resize hints

2018-05-07 Thread mujo
I wrote a patch to ignore resize hints so there would not be a gap between my term windows and the frame. The patch also includes a new setting to toggle this behaviour and changes to the manpage to describe it. I've not fixed the info page because I have no familiarity with it. Currently this appl

[RP] patch to fix dedicate frame

2018-05-14 Thread mujo
I noticed the dedicate frame functionality to toggle promiscuous and chaste modes was broken. Attached is a one-line fix. -- m...@sdf.org SDF Public Access UNIX System - http://sdf.org diff --git a/src/window.c b/src/window.c index dd65a93..12f9f96 100644 --- a/src/window.c +++ b/src/window.c @@

[RP] [PATCH] ctrl-w as backspace

2018-05-28 Thread mujo
--- src/editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor.c b/src/editor.c index b1beebc..45d0a3d 100644 --- a/src/editor.c +++ b/src/editor.c @@ -84,6 +84,7 @@ static edit_binding edit_bindings[] = {{XK_BackSpace,0}, editor_backward_delete_char},