From 2b7bc02961a3fa251f58618b73527968cecda8ef Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 13 Jan 2013 23:01:29 +0000 Subject: Implement most of the styling needed for HTML. Allow caret to be hidden. --- desktop/textarea.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/textarea.h') diff --git a/desktop/textarea.h b/desktop/textarea.h index 641d39c73..7624c3187 100644 --- a/desktop/textarea.h +++ b/desktop/textarea.h @@ -52,7 +52,7 @@ typedef struct textarea_setup { colour selected_text; /**< Textarea selected text colour */ colour selected_bg; /**< Textarea selection background colour */ - plot_font_style_t text; /**< Font and textarea background colour */ + plot_font_style_t text; /**< Textarea background colour and font */ } textarea_setup; -- cgit v1.2.3