* [sup-talk] [PATCH] parenthesized argument to quell warning
@ 2008-04-28 15:26 Grant Hollingworth
2008-05-01 21:58 ` William Morgan
0 siblings, 1 reply; 2+ messages in thread
From: Grant Hollingworth @ 2008-04-28 15:26 UTC (permalink / raw)
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [sup-talk] [PATCH] parenthesized argument to quell warning
2008-04-28 15:26 [sup-talk] [PATCH] parenthesized argument to quell warning Grant Hollingworth
@ 2008-05-01 21:58 ` William Morgan
0 siblings, 0 replies; 2+ messages in thread
From: William Morgan @ 2008-05-01 21:58 UTC (permalink / raw)
Applied to "more-vi-keys" feature branch and remerged into next. Thanks!
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-01 21:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-28 15:26 [sup-talk] [PATCH] parenthesized argument to quell warning Grant Hollingworth
2008-05-01 21:58 ` William Morgan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox