about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--code/draw.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/draw.rb b/code/draw.rb
index dac6c25c..67615afd 100644
--- a/code/draw.rb
+++ b/code/draw.rb
@@ -114,8 +114,8 @@ module Fm
 							color_reverse_bold_at(*args)
 
 							# ...
-							args[1] -= 1; args[2] += 2
-							color_bold_at(*args)
+#							args[1] -= 1; args[2] += 2
+#							color_bold_at(*args)
 							args[1] += 1; args[2] -= 2
 							color_reverse_bold_at(*args)
 						else