summaryrefslogtreecommitdiff
path: root/desktop/textarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/textarea.h')
-rw-r--r--desktop/textarea.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/textarea.h b/desktop/textarea.h
index 4276868c9..54232712e 100644
--- a/desktop/textarea.h
+++ b/desktop/textarea.h
@@ -196,7 +196,7 @@ void textarea_get_dimensions(struct textarea *ta, int *width, int *height);
/**
* Set the dimensions of a textarea, causing a reflow and
- * emitting a redraw request.
+ * Does not emit a redraw request. Up to client to call textarea_redraw.
*
* \param width the new width of the textarea
* \param height the new height of the textarea
@@ -204,8 +204,8 @@ void textarea_get_dimensions(struct textarea *ta, int *width, int *height);
void textarea_set_dimensions(struct textarea *ta, int width, int height);
/**
- * Set the dimensions and padding of a textarea, causing a reflow and
- * emitting a redraw request.
+ * Set the dimensions and padding of a textarea, causing a reflow.
+ * Does not emit a redraw request. Up to client to call textarea_redraw.
*
* \param width the new width of the textarea
* \param height the new height of the textarea