diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-09-23 18:55:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-09-23 18:58:07 +0200 |
commit | c584f6a67815234208947e462205242ba861188e (patch) | |
tree | a64843383582475d126c2624ac8a42ebac884c1e /src | |
parent | 8a5c83effaf9303c9d5422cd67b4721ee4087903 (diff) |
Mention Esc to close the application
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |