Commit 61a70388 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

remove inaccurate comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3367 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent af318aaa
Showing with 1 addition and 2 deletions
+1 -2
...@@ -845,8 +845,7 @@ size_t get_statusbar_page_start(size_t start_col, size_t column) ...@@ -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 /* Repaint the statusbar when getting a character in
* get_prompt_string(). The statusbar text line will be displayed * get_prompt_string(). The statusbar text line will be displayed
* starting with curranswer[index]. Assume the A_REVERSE attribute is * starting with curranswer[index]. */
* turned off. */
void update_statusbar_line(const char *curranswer, size_t index) void update_statusbar_line(const char *curranswer, size_t index)
{ {
size_t start_col, page_start; size_t start_col, page_start;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment