-/* $OpenBSD: main.c,v 1.91 2023/03/08 04:43:11 guenther Exp $ */
+/* $OpenBSD: main.c,v 1.92 2023/03/30 08:07:07 op Exp $ */
/* This file is in the public domain. */
memset(&ws, 0, sizeof(ws));
ws.ws_col = 80,
ws.ws_row = 24;
-
+
openpty(&master, &slave, NULL, NULL, &ws);
login_tty(slave);
-/* $OpenBSD: ttykbd.c,v 1.20 2021/02/23 08:10:51 lum Exp $ */
+/* $OpenBSD: ttykbd.c,v 1.21 2023/03/30 08:07:07 op Exp $ */
/* This file is in the public domain. */
/* turn off keypad */
putpad(keypad_local, 1);
}
-