1
0
Преглед на файлове

Don't renew prompt on enter

Serj Kalichev преди 9 години
родител
ревизия
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);