From 43ebfc5a3f016230d4c82e5f3251b42abefcf889 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 11 Dec 2019 11:26:18 -0300 Subject: [PATCH] Fixing duplication accelerator. --- src/core/actions/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/actions/table.c b/src/core/actions/table.c index faf1f81..d2efc76 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -607,7 +607,7 @@ .name = "paste-next", .type = LIB3270_ACTION_TYPE_SELECTION, - .keys = "v", + .keys = "v", .icon = NULL, .label = NULL, .summary = NULL, -- libgit2 0.21.2