fix filter display

This commit is contained in:
Adam D. Ruppe 2021-03-03 13:06:01 -05:00
parent 59f8189736
commit c4c52d8723
1 changed files with 1 additions and 1 deletions

View File

@ -7542,7 +7542,7 @@ version(TerminalDirectToEmulator) {
if(term.pipeThroughStdOut) {
if(term.pipeThroughStdOut && parent is null) { // if we have a parent, it already did this and stealing it is going to b0rk the output entirely
version(Posix) {
import unix = core.sys.posix.unistd;
import core.stdc.stdio;