@@ -99,7 +99,7 @@ cl_attr(SCR *sp, scr_attr_t attribute, int on)
9999 *
100100 * Note that the :command input is a true vi input mode, e.g., input
101101 * maps and abbreviations are being done. So, we need to be able to
102- * switch back into the vi screen mode, without flashing the screen.
102+ * switch back into the vi screen mode, without flashing the screen.
103103 *
104104 * To make matters worse, the curses initscr() and endwin() calls will
105105 * do this automatically -- so, this attribute isn't as controlled by
@@ -293,7 +293,7 @@ cl_deleteln(SCR *sp)
293293 return (deleteln () == ERR );
294294}
295295
296- /*
296+ /*
297297 * cl_ex_adjust --
298298 * Adjust the screen for ex. This routine is purely for standalone
299299 * ex programs. All special purpose, all special case.
@@ -520,7 +520,7 @@ cl_suspend(SCR *sp, int *allowedp)
520520 *
521521 * Setting allowedp to 0 will cause the editor to reject the command.
522522 */
523- if (F_ISSET (sp , SC_EX )) {
523+ if (F_ISSET (sp , SC_EX )) {
524524 /* Save the terminal settings, and restore the original ones. */
525525 if (F_ISSET (clp , CL_STDIN_TTY )) {
526526 (void )tcgetattr (STDIN_FILENO , & t );
@@ -610,7 +610,7 @@ cl_suspend(SCR *sp, int *allowedp)
610610/*
611611 * cl_usage --
612612 * Print out the curses usage messages.
613- *
613+ *
614614 * PUBLIC: void cl_usage(void);
615615 */
616616void
0 commit comments