diff --git a/src/rcfile.c b/src/rcfile.c index 63d76f55..ec74b3ca 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -396,8 +396,10 @@ keystruct *strtosc(const char *input) s->func = do_backspace; else if (!strcmp(input, "refresh")) s->func = full_refresh; +#ifndef NANO_TINY else if (!strcmp(input, "suspend")) s->func = do_suspend; +#endif else if (!strcmp(input, "casesens")) s->func = case_sens_void; else if (!strcmp(input, "regexp"))