fish-shell/fish-rust/src/compat.c
2023-04-16 17:21:54 +02:00

7 lines
133 B
C

#include <stdlib.h>
#include <term.h>
size_t C_MB_CUR_MAX() { return MB_CUR_MAX; }
int has_cur_term() { return cur_term != NULL; }