X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/3f935d5bf975b26836da2fac5cd6e3df67a5e184..e7ec3df11fcf267ccef36444fb5611e1f376e04a:/unix/ptermm.c diff --git a/unix/ptermm.c b/unix/ptermm.c index 128f3102..22213dcc 100644 --- a/unix/ptermm.c +++ b/unix/ptermm.c @@ -7,6 +7,9 @@ #include "putty.h" +const char *const appname = "pterm"; +const int use_event_log = 0; /* pterm doesn't need it */ + Backend *select_backend(Config *cfg) { return &pty_backend; @@ -17,11 +20,6 @@ int cfgbox(Config *cfg) return 1; /* no-op in pterm */ } -void fatal_message_box(void *window, char *msg) -{ - /* also a no-op in pterm */ -} - void cleanup_exit(int code) { exit(code);