hlfw.ca

hwwm

Download patch

ref: 2d792860ba40d18d3819a46af9baa72d94efe951
parent: f8bbbdfa00de1fe4a12fe144f26b52737508a5c4
author: Halfwit <michaelmisch1985@gmail.com>
date: Fri Mar 17 13:09:03 PDT 2017

Correctly update, why not

--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 window
 ```sh
-weechat printf '%s %s %s %s %s\n' "350" "224" "454" "261" "$id"
+weechat '%s %s %s %s' "350" "224" "454" "261"
 # Any valid sh here to emit something in the form of
-# <nameofwindow> <minx> <miny> <maxx> <maxy> "$id"
+# <nameofwindow> '%s %s %s %s' <minx> <miny> <maxx> <maxy>
 ```