From 61ed2ea8224c207513e5657c697b4fdf995ac2ea Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 6 Jun 2014 10:09:18 -0400 Subject: [PATCH] Marked a sentence in the Area docs as not being active. --- area.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/area.go b/area.go index 90c32da..5608558 100644 --- a/area.go +++ b/area.go @@ -24,7 +24,7 @@ import ( // Character processing methods differ across operating // systems; trying ot recreate these yourself is only going // to lead to trouble. -// [Use TextArea instead, providing a TextAreaHandler.] +// [FOR FUTURE PLANNING Use TextArea instead, providing a TextAreaHandler.] // // To facilitate development and debugging, for the time being, Areas only work on GTK+. type Area struct {