X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=macosx%2Fosxwin.m;h=f3cba03201450e6d8905c0a8e2b26cdf98e832c5;hb=fb581ac62541bfe09ebbc1de07ef678998b9a539;hp=59cc4bf9c4aa1cd02a528e802c0cd1b0a440713f;hpb=2e761fefaf3b883a39aa599e9af342245d1f6453;p=PuTTY.git diff --git a/macosx/osxwin.m b/macosx/osxwin.m index 59cc4bf9..f3cba032 100644 --- a/macosx/osxwin.m +++ b/macosx/osxwin.m @@ -913,6 +913,13 @@ void ldisc_update(void *frontend, int echo, int edit) */ } +char *get_ttymode(void *frontend, const char *mode) +{ + SessionWindow *win = (SessionWindow *)ctx; + Terminal *term = [win term]; + return term_get_ttymode(term, mode); +} + void update_specials_menu(void *frontend) { //SessionWindow *win = (SessionWindow *)frontend;