소스 검색

Don't renew prompt on enter

Serj Kalichev 8 년 전
부모
커밋
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);