Browse Source

klish: crlf on exit

Serj Kalichev 1 year ago
parent
commit
c2d5a30e02
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/klish/interactive.c

+ 1 - 0
bin/klish/interactive.c

@@ -59,6 +59,7 @@ int klish_interactive_shell(ktp_session_t *ktp)
 	faux_eloop_loop(eloop);
 
 	// Cleanup
+	tinyrl_multi_crlf(tinyrl);
 	tinyrl_free(tinyrl);
 
 	// Restore stdin mode