summaryrefslogtreecommitdiffhomepage
path: root/src/console/ptyc_console_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/ptyc_console_alloc.c')
-rw-r--r--src/console/ptyc_console_alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/ptyc_console_alloc.c b/src/console/ptyc_console_alloc.c
index ea44971..a8f1610 100644
--- a/src/console/ptyc_console_alloc.c
+++ b/src/console/ptyc_console_alloc.c
@@ -162,6 +162,7 @@ int ptyc_alloc_console(struct ptyc_driver_ctx * dctx)
tctx->screen_size.x = 512;
tctx->screen_size.y = 4096;
+ tctx->drvflags = ictx->cctx.drvflags;
if (!(ntcon->alloc_console()))
return NT_STATUS_UNSUCCESSFUL;