mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-26 12:13:46 +08:00
7 lines
133 B
C
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; }
|