X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fuzzterm.c;h=21e7b12aa5a041ace211a6cda4315b2496a29314;hb=23fbc4f56b04ca5d387c16720caa05ddf2d63e2f;hp=0da3b68dba969b648b306908780389c09818c392;hpb=6627c1ce1390ab14b16cb84ee0605e52ad91f0b5;p=PuTTY.git diff --git a/fuzzterm.c b/fuzzterm.c index 0da3b68d..21e7b12a 100644 --- a/fuzzterm.c +++ b/fuzzterm.c @@ -97,6 +97,7 @@ int is_iconic(void *frontend) { return 0; } void get_window_pos(void *frontend, int *x, int *y) { *x = 0; *y = 0; } void get_window_pixels(void *frontend, int *x, int *y) { *x = 0; *y = 0; } char *get_window_title(void *frontend, int icon) { return "moo"; } +int frontend_is_utf8(void *frontend) { return TRUE; } /* needed by timing.c */ void timer_change_notify(unsigned long next) { }