From c584f6a67815234208947e462205242ba861188e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 23 Sep 2023 18:55:43 +0200 Subject: Mention Esc to close the application --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 36773bb..0d3143e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2759,7 +2759,7 @@ CMainApplication *pMainApplication; void reset_position(int signum) { - printf("ok\n"); + write(STDOUT_FILENO, "ok\n", 3); if(pMainApplication) pMainApplication->ResetRotation(); } -- cgit v1.2.3