Exemple #1
0
/*
 * Move the cursor to start of prompt line before executing a command.
 * This looks nicer if the command takes a long time before
 * updating the screen.
 */
	static void
cmd_exec()
{
	clear_attn();
	clear_bot();
	flush();
}
Exemple #2
0
/*
 * Move the cursor to start of prompt line before executing a command.
 * This looks nicer if the command takes a long time before
 * updating the screen.
 */
	static void
cmd_exec()
{
#if HILITE_SEARCH
	clear_attn();
#endif
	clear_bot();
	flush();
}