mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Minor bits: fix an array size, add comment, make grid_cell_entry static.
This commit is contained in:
@ -232,7 +232,7 @@ key_string_lookup_string(const char *string)
|
||||
const char *
|
||||
key_string_lookup_key(key_code key)
|
||||
{
|
||||
static char out[24];
|
||||
static char out[32];
|
||||
char tmp[8];
|
||||
u_int i;
|
||||
struct utf8_data ud;
|
||||
|
Reference in New Issue
Block a user