X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3a7c6b9e4145c1f8e123620bd2ee136a89d4f023..837d6ba65e2511747da1c8e5a096f59d1f48c475:/unix/uxpty.c diff --git a/unix/uxpty.c b/unix/uxpty.c index 708e82d6..60dc7f7d 100644 --- a/unix/uxpty.c +++ b/unix/uxpty.c @@ -1085,5 +1085,7 @@ Backend pty_backend = { pty_provide_logctx, pty_unthrottle, pty_cfg_info, - 1 + "pty", + -1, + 0 };