diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-10-03 12:01:25 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-10-03 12:01:25 +0100 |
commit | eeedb43ae847a0a692ceea965f7556e84bca4fd0 (patch) | |
tree | c50e0f1d8d680b15424573b326bdcbb91c4f2646 /cmd-list-keys.c | |
parent | 8cf21feefd994dd023b50668e9202b3d888a8c1e (diff) | |
parent | f4c7141f5d2abd06bb90443ad9edc7c1a985eb40 (diff) | |
download | rtmux-eeedb43ae847a0a692ceea965f7556e84bca4fd0.tar.gz rtmux-eeedb43ae847a0a692ceea965f7556e84bca4fd0.tar.bz2 rtmux-eeedb43ae847a0a692ceea965f7556e84bca4fd0.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-list-keys.c')
-rw-r--r-- | cmd-list-keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-list-keys.c b/cmd-list-keys.c index 57f65c8e..ef862101 100644 --- a/cmd-list-keys.c +++ b/cmd-list-keys.c @@ -61,7 +61,7 @@ cmd_list_keys_exec(struct cmd *self, struct cmdq_item *item) struct key_table *table; struct key_binding *bd; const char *tablename, *r; - char *key, *cp, tmp[BUFSIZ]; + char *key, *cp, tmp[8192]; int repeat, width, tablewidth, keywidth; if (self->entry == &cmd_list_commands_entry) |