xrectdraw

Draw geometry of a rectangular screen region
git clone https://noxz.tech/git/xrectdraw.git
Log | Files | README | LICENSE

commit: f2d3fcfa1b45687fcc9cb3fd7deb98d062ef6a05
parent: 21f56a5908b3c7e4f69f6d990d8ceb94e8b4f05c
author: Chris Noxz <chris@noxz.tech>
date:   Fri, 1 Nov 2019 22:17:29 +0100
Fix minor error with new lines
Mxrectdraw.c4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xrectdraw.c b/xrectdraw.c
@@ -210,8 +210,8 @@ main(int argc, const char *argv[])
             "  #RRGGBB  hex border colors of the rectangle\n"
             "  t:r:b:l  (optional) border widths: top, right, bottom & left\n"
             "           e.g. 2:2:5:2. Default is 1:1:1:1\n\n"
-            "Use ESC key to kill the program when focused. Clicking on the"
-            "borders toggles the focus."
+            "Use ESC key to kill the program when focused. Clicking on the\n"
+            "borders toggles the focus.\n"
         , argv[0]);
 
     if (!(dpy = XOpenDisplay(NULL)))