]> git.notmuchmail.org Git - sup/commitdiff
parenthesized argument to quell warning
authorGrant Hollingworth <grant@antiflux.org>
Mon, 28 Apr 2008 15:26:16 +0000 (11:26 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 1 May 2008 21:56:02 +0000 (14:56 -0700)
lib/sup/keymap.rb

index 080e11d8af4ffb89534ecef61fa8d1c920209a36..76c7139f45eb9478a627e49ac7c87eea81d0ee5d 100644 (file)
@@ -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