X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e94b1ec49475425f8fa8002b405ae8c5a3e3b31b..c6ccd5c22a25aca610b0120b3eec1e6efd1aab97:/mac/macterm.c diff --git a/mac/macterm.c b/mac/macterm.c index d5a6014d..443c0c8b 100644 --- a/mac/macterm.c +++ b/mac/macterm.c @@ -1845,6 +1845,12 @@ void ldisc_update(void *frontend, int echo, int edit) { } +char *get_ttymode(void *frontend, const char *mode) +{ + Session *s = frontend; + return term_get_ttymode(s->term, mode); +} + /* * Mac PuTTY doesn't support printing yet. */