We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2385058 commit c2660f3Copy full SHA for c2660f3
siod/editline.c
@@ -229,7 +229,7 @@ extern char *tgetstr();
229
extern int tgetent();
230
extern int tgetnum();
231
#endif /* defined(USE_TERMCAP) */
232
-
+
233
/*
234
** TTY input/output functions.
235
*/
@@ -428,7 +428,7 @@ STATIC void TTYinfo()
428
TTYrows = SCREEN_ROWS;
429
}
430
431
432
433
434
** Print an array of words in columns.
@@ -745,7 +745,6 @@ STATIC STATUS insert_string(ECHAR *p)
745
746
return Point == End ? CSstay : CSmove;
747
748
749
750
STATIC ECHAR *next_hist()
751
{
@@ -1405,7 +1404,7 @@ add_history(p)
1405
1404
#endif /* defined(UNIQUE_HISTORY) */
1406
hist_add((ECHAR *)p);
1407
1408
1409
1410
STATIC STATUS beg_line()
1411
0 commit comments