Rationalise access to, and content of, backends[] array.
[u/mdw/putty] / unix / uxpty.c
index 708e82d..2e165cf 100644 (file)
@@ -1085,5 +1085,7 @@ Backend pty_backend = {
     pty_provide_logctx,
     pty_unthrottle,
     pty_cfg_info,
+    "pty",
+    -1,
     1
 };