1
0
Serj Kalichev 8 лет назад
Родитель
Сommit
3b10f752bb
1 измененных файлов с 0 добавлено и 3 удалено
  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);