Skip to content

Commit 01f3cbb

Browse files
committed
Colour reset
1 parent 189a0e3 commit 01f3cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/window.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void pluto_deinit()
102102

103103
_pluto_unlock_term();
104104

105-
fputs("\e[?25h", stdout);
105+
fputs("\e[?25h\e[0m", stdout);
106106
fflush(stdout);
107107

108108
pluto_restore_screen();

0 commit comments

Comments
 (0)