X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxpty.c;h=2e165cf2e9451e8d71f2d9dddeeac10197378eed;hb=46c00b0f381f48a9992e43e014e104015952e9da;hp=708e82d6be224bb354a911dc78693db7441f81cd;hpb=90e7bf4228fa74fda1c65cb2597c9d964329f702;p=PuTTY.git diff --git a/unix/uxpty.c b/unix/uxpty.c index 708e82d6..2e165cf2 100644 --- a/unix/uxpty.c +++ b/unix/uxpty.c @@ -1085,5 +1085,7 @@ Backend pty_backend = { pty_provide_logctx, pty_unthrottle, pty_cfg_info, + "pty", + -1, 1 };