From c078266c6d091610eb3acddd68090ee697142315 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 17 Mar 2014 14:16:30 -0400 Subject: [PATCH] Quick README fixup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cffc1b0..0574c58 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ The issue: - this fools Go's deadlock detector; it never reports anything - changing from standard mutexes to R/W mutexes does not work - making resizes concurrent causes resizes to become too slow to be acceptable (they trail behind the actual user resizing by a significant amount) + If you know a better way I can do things, **please** help... I'm at my wits end here
The main test (`test/test`) now has its label show the current time; GTK+ users can run `test/test -area` for the Area test that sparked this whole calamity.