Quick README fixup

This commit is contained in:
Pietro Gagliardi 2014-03-17 14:16:30 -04:00
parent e5425036e0
commit c078266c6d
1 changed files with 1 additions and 0 deletions

View File

@ -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<br>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.