X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e94b1ec49475425f8fa8002b405ae8c5a3e3b31b..c6ccd5c22a25aca610b0120b3eec1e6efd1aab97:/windows/window.c diff --git a/windows/window.c b/windows/window.c index b5ac961d..68920d38 100644 --- a/windows/window.c +++ b/windows/window.c @@ -191,6 +191,11 @@ void ldisc_update(void *frontend, int echo, int edit) { } +char *get_ttymode(void *frontend, const char *mode) +{ + return term_get_ttymode(term, mode); +} + static void start_backend(void) { const char *error;