X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8154b6022bd42b4aba03fc9adcbabd4f588b6575..58070d221740f21df8c354ab653c49a184d37ebf:/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. */