[sup-talk] [PATCH] parenthesized argument to quell warning
Grant Hollingworth
grant at antiflux.org
Mon Apr 28 11:26:16 EDT 2008
---
lib/sup/keymap.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 " ": "<space>"
else
- Curses::keyname(keysym_to_keycode k)
+ Curses::keyname(keysym_to_keycode(k))
end
end
--
1.5.4.4
More information about the sup-talk
mailing list