From 9ac43c2b40c98fbf6cdff9b5ede5bff0b5f5aee7 Mon Sep 17 00:00:00 2001 From: mmmsalmon <188800011+mmmsalmon@users.noreply.github.com> Date: Mon, 4 Aug 2025 06:21:30 +0900 Subject: [PATCH] remove comment --- src/ui/root.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/root.cc b/src/ui/root.cc index 463ba916..2c7530b2 100644 --- a/src/ui/root.cc +++ b/src/ui/root.cc @@ -39,7 +39,7 @@ static const int emacs_keymap[RT_KEYMAP_MAX] = { 'A' - '@', 'E' - '@', 'L', - 'D' - '@' // could be null instead to avoid confusion + 'D' - '@' }; static const int vi_keymap[RT_KEYMAP_MAX] = {