comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1756 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
1dcf36a370
commit
4178db0328
|
@ -1861,8 +1861,8 @@ void reset_cursor(void)
|
||||||
* edit window. fileptr is the line to be painted, at row yval of the
|
* edit window. fileptr is the line to be painted, at row yval of the
|
||||||
* window. converted is the actual string to be written to the window,
|
* window. converted is the actual string to be written to the window,
|
||||||
* with tabs and control characters replaced by strings of regular
|
* with tabs and control characters replaced by strings of regular
|
||||||
* characters. start is the column number of the first character
|
* characters. start is the column number of the first character of
|
||||||
* of this page. That is, the first character of converted corresponds to
|
* this page. That is, the first character of converted corresponds to
|
||||||
* character number actual_x(fileptr->data, start) of the line. */
|
* character number actual_x(fileptr->data, start) of the line. */
|
||||||
void edit_add(const filestruct *fileptr, const char *converted, int
|
void edit_add(const filestruct *fileptr, const char *converted, int
|
||||||
yval, size_t start)
|
yval, size_t start)
|
||||||
|
@ -2555,7 +2555,7 @@ int do_cursorpos(int constant)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If constant is false, display the position on the statusbar
|
/* If constant is FALSE, display the position on the statusbar
|
||||||
* unconditionally; otherwise, only display the position when the
|
* unconditionally; otherwise, only display the position when the
|
||||||
* character values have changed. */
|
* character values have changed. */
|
||||||
if (!constant || old_i != i || old_totsize != totsize) {
|
if (!constant || old_i != i || old_totsize != totsize) {
|
||||||
|
|
Loading…
Reference in New Issue