From 34836b81834c5ce7128e8c9e81c3e86409afb00b Mon Sep 17 00:00:00 2001 From: Grant Hollingworth Date: Mon, 28 Apr 2008 11:26:16 -0400 Subject: [PATCH] parenthesized argument to quell warning --- lib/sup/keymap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sup/keymap.rb b/lib/sup/keymap.rb index 080e11d..76c7139 100644 --- a/lib/sup/keymap.rb +++ b/lib/sup/keymap.rb @@ -46,7 +46,7 @@ class Keymap when :tab: "tab" when " ": "" else - Curses::keyname(keysym_to_keycode k) + Curses::keyname(keysym_to_keycode(k)) end end -- 2.45.2