URI: 
       tAdd note about sleep(1) to README - ltk - Socket-based GUI for X11 (WIP)
  HTML git clone git://lumidify.org/ltk.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/git/ltk.git (encrypted, but very slow)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 45a81e6815c39ab33771710a6b87578c5ff1a7ca
   DIR parent aa594daaf5718b04658303fe8dc723b51d04a501
  HTML Author: lumidify <nobody@lumidify.org>
       Date:   Sun,  7 Jun 2020 09:28:25 +0200
       
       Add note about sleep(1) to README
       
       Diffstat:
         M README.md                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/README.md b/README.md
       t@@ -5,7 +5,7 @@ To test:
        make
        ./ltk < test.gui
        ./ltk < test_draw.gui
       -./test_anim.sh | ./ltk
       +./test_anim.sh | ./ltk (this requires sleep(1) to support fractional seconds)
        
        Note: you need to uncomment "COMPATOBJ = strtonum.c" in Makefile
        if you're not using OpenBSD.