From 688fe79471625762bd6f3816dec9cef7f7cfb2e1 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 27 Jun 2024 16:12:43 +1000 Subject: require a key press before entering the dev console this improves our ability to detect terminals that support line editing --- src/tangara/dev_console/console.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tangara/dev_console/console.hpp') diff --git a/src/tangara/dev_console/console.hpp b/src/tangara/dev_console/console.hpp index fedf3632..f29723e9 100644 --- a/src/tangara/dev_console/console.hpp +++ b/src/tangara/dev_console/console.hpp @@ -16,6 +16,7 @@ class Console { virtual ~Console(); auto Launch() -> void; + virtual auto PrerunCallback() -> void; protected: virtual auto GetStackSizeKiB() -> uint16_t { return 8; } -- cgit v1.2.3