From 410216f649f192f7bedda140f121deb00fd7fbc8 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sun, 26 Nov 2023 10:19:03 -0500 Subject: [PATCH] oops broke embedded --- terminal.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terminal.d b/terminal.d index 602eafb..5cb8c3c 100644 --- a/terminal.d +++ b/terminal.d @@ -1325,7 +1325,8 @@ struct Terminal { assert(0); } - tcaps = uint.max; // all capabilities + _tcaps = uint.max; // all capabilities + tcapsRequested = true; import core.thread; version(Posix)