Browse Source

Don't renew prompt on enter

Serj Kalichev 8 years ago
parent
commit
3b10f752bb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      clish/shell/shell_tinyrl.c

+ 0 - 3
clish/shell/shell_tinyrl.c

@@ -228,9 +228,6 @@ static bool_t clish_shell_tinyrl_key_enter(tinyrl_t *this, int key)
 	if (shell->current_file)
 		shell->current_file->line++;
 
-	/* Renew prompt */
-	clish_shell_renew_prompt(shell);
-
 	/* nothing to pass simply move down the screen */
 	if (!*line) {
 		tinyrl_multi_crlf(this);