--- lbbs/include/str_process.h 2025/11/05 04:19:21 1.15 +++ lbbs/include/str_process.h 2025/11/08 08:21:31 1.16 @@ -16,6 +16,8 @@ enum str_process_constant_t MAX_SPLIT_FILE_LINES = 65536, }; +extern int UTF8_fixed_width; + extern int str_length(const char *str, int skip_ctrl_seq); extern int split_line(const char *buffer, int max_display_len, int *p_eol, int *p_display_len, int skip_ctrl_seq);