comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3525 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
c074edfe36
Коммит
75e9dfe5a4
@ -1458,7 +1458,7 @@ void do_output(char *output, size_t output_len, bool allow_cntrls)
|
|||||||
size_t current_len, i = 0;
|
size_t current_len, i = 0;
|
||||||
bool do_refresh = FALSE;
|
bool do_refresh = FALSE;
|
||||||
/* Do we have to call edit_refresh(), or can we get away with
|
/* Do we have to call edit_refresh(), or can we get away with
|
||||||
* update_line()? */
|
* just update_line()? */
|
||||||
|
|
||||||
char *char_buf = charalloc(mb_cur_max());
|
char *char_buf = charalloc(mb_cur_max());
|
||||||
int char_buf_len;
|
int char_buf_len;
|
||||||
|
@ -68,7 +68,7 @@ void do_delete(void)
|
|||||||
{
|
{
|
||||||
bool do_refresh = FALSE;
|
bool do_refresh = FALSE;
|
||||||
/* Do we have to call edit_refresh(), or can we get away with
|
/* Do we have to call edit_refresh(), or can we get away with
|
||||||
* update_line()? */
|
* just update_line()? */
|
||||||
|
|
||||||
assert(openfile->current != NULL && openfile->current->data != NULL && openfile->current_x <= strlen(openfile->current->data));
|
assert(openfile->current != NULL && openfile->current->data != NULL && openfile->current_x <= strlen(openfile->current->data));
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user