mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 08:49:40 +03:00
mk_wcwidth.c: docs nit
This commit is contained in:
parent
3cb9cfc6d8
commit
2732b1be08
@ -77,8 +77,10 @@ static uint8_t* custom_table = NULL;
|
||||
// custom_table array.
|
||||
static uint32_t custom_table_size = 0;
|
||||
|
||||
// A flag indicating whether the custom table is ready for use. This
|
||||
// should only be set once the table has been allocated and initialized.
|
||||
// A flag indicating whether the custom table is ready for
|
||||
// use. This should only be set once the table has been
|
||||
// allocated with vty_init_custom_table and initialized with
|
||||
// vty_set_custom_table_range.
|
||||
static uint8_t custom_table_ready = 0;
|
||||
|
||||
struct interval {
|
||||
|
Loading…
Reference in New Issue
Block a user