ltk

Socket-based GUI for X11 (WIP)
git clone git://lumidify.org/ltk.git (fast, but not encrypted)
git clone https://lumidify.org/git/ltk.git (encrypted, but very slow)
Log | Files | Refs | README | LICENSE

commit 45a81e6815c39ab33771710a6b87578c5ff1a7ca
parent aa594daaf5718b04658303fe8dc723b51d04a501
Author: lumidify <nobody@lumidify.org>
Date:   Sun,  7 Jun 2020 09:28:25 +0200

Add note about sleep(1) to README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -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.