commit 61a70388fe3b6c6162f064e96118437e8fea4996
parent af318aaa5c5f16a102d78934523279efced9813c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 12 Apr 2006 14:34:08 +0000
remove inaccurate comment
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3367 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/prompt.c b/src/prompt.c
@@ -845,8 +845,7 @@ size_t get_statusbar_page_start(size_t start_col, size_t column)
/* Repaint the statusbar when getting a character in
* get_prompt_string(). The statusbar text line will be displayed
- * starting with curranswer[index]. Assume the A_REVERSE attribute is
- * turned off. */
+ * starting with curranswer[index]. */
void update_statusbar_line(const char *curranswer, size_t index)
{
size_t start_col, page_start;