minor spelling fixes in comments
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@582 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
1c9d7f9f5d
commit
a0238ed022
4
winio.c
4
winio.c
|
@ -706,7 +706,7 @@ void edit_add(filestruct * fileptr, int yval, int start, int virt_cur_x,
|
||||||
/*
|
/*
|
||||||
* we're updating the line that was first marked
|
* we're updating the line that was first marked
|
||||||
* but we're not currently on it. So we want to
|
* but we're not currently on it. So we want to
|
||||||
* figur out which half to invert based on our
|
* figure out which half to invert based on our
|
||||||
* relative line numbers.
|
* relative line numbers.
|
||||||
*
|
*
|
||||||
* i.e. If we're above the "beginbuf" line, we want to
|
* i.e. If we're above the "beginbuf" line, we want to
|
||||||
|
@ -740,7 +740,7 @@ void edit_add(filestruct * fileptr, int yval, int start, int virt_cur_x,
|
||||||
wattroff(edit, A_REVERSE);
|
wattroff(edit, A_REVERSE);
|
||||||
|
|
||||||
} else if (fileptr == current) {
|
} else if (fileptr == current) {
|
||||||
/* we're on the cursors line, but it's not the first
|
/* we're on the cursor's line, but it's not the first
|
||||||
* one we marked. Similar to the previous logic. */
|
* one we marked. Similar to the previous logic. */
|
||||||
int this_page_start = get_page_start_virtual(this_page),
|
int this_page_start = get_page_start_virtual(this_page),
|
||||||
this_page_end = get_page_end_virtual(this_page);
|
this_page_end = get_page_end_virtual(this_page);
|
||||||
|
|
Loading…
Reference in New Issue