Skip to content

Commit c2660f3

Browse files
committed
Remove ^L characters
1 parent 2385058 commit c2660f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

siod/editline.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ extern char *tgetstr();
229229
extern int tgetent();
230230
extern int tgetnum();
231231
#endif /* defined(USE_TERMCAP) */
232-
232+
233233
/*
234234
** TTY input/output functions.
235235
*/
@@ -428,7 +428,7 @@ STATIC void TTYinfo()
428428
TTYrows = SCREEN_ROWS;
429429
}
430430
}
431-
431+
432432

433433
/*
434434
** Print an array of words in columns.
@@ -745,7 +745,6 @@ STATIC STATUS insert_string(ECHAR *p)
745745

746746
return Point == End ? CSstay : CSmove;
747747
}
748-
749748

750749
STATIC ECHAR *next_hist()
751750
{
@@ -1405,7 +1404,7 @@ add_history(p)
14051404
#endif /* defined(UNIQUE_HISTORY) */
14061405
hist_add((ECHAR *)p);
14071406
}
1408-
1407+
14091408

14101409
STATIC STATUS beg_line()
14111410
{

0 commit comments

Comments
 (0)