twm_get_focus() in README - libwm - X windows manipulation library
 (HTM) git clone git://z3bra.org/libwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fb8de7fca9de329eb47a4e540992e341557a206a
 (DIR) parent d9726345df54827e0e23029f47aefff3daec100b
 (HTM) Author: dcat <dcat@iotek.org>
       Date:   Sun, 22 Nov 2015 02:57:13 +0100
       
       wm_get_focus() in README
       
       Diffstat:
         M README.md                           |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -12,6 +12,7 @@ Here is the full list of all the function you can use from `libwm`:
            wm_is_ignored(wid);
            wm_is_listable(wid, mask);
            wm_is_mapped(wid);
       +    wm_get_focus();
            wm_get_screen();
            wm_get_windows(wid, **list);
            wm_get_attribute(wid, attr);