From 0dacbf15b814b376cb186a17864948e79ae378f0 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 12 Oct 2023 07:52:01 -0400 Subject: [PATCH] why was that ever there --- terminal.d | 1 - 1 file changed, 1 deletion(-) diff --git a/terminal.d b/terminal.d index 2bf77aa..c2debbe 100644 --- a/terminal.d +++ b/terminal.d @@ -8787,7 +8787,6 @@ version(TerminalDirectToEmulator) { _dup2(_fileno(stdout), _fileno(stderr)); setvbuf(stderr, null, _IOLBF, 128); // if I don't unbuffer this it can really confuse things - assert(0); } WindowsRead(0, 0, this.overlapped);