lib/vedeu/cursors/cursor.rb in vedeu-0.7.1 vs lib/vedeu/cursors/cursor.rb in vedeu-0.7.2

- old
+ new

@@ -195,11 +195,11 @@ # # @return [Vedeu::Cells::Escape] def hide super - Vedeu.log(type: :output, message: "Hiding cursor: '#{name}'".freeze) + Vedeu.log(type: :cursor, message: "Hiding cursor: '#{name}'".freeze) render end # @return [Fixnum] @@ -232,10 +232,10 @@ # # @return [Vedeu::Cells::Escape] def show super - Vedeu.log(type: :output, message: "Showing cursor: '#{name}'".freeze) + Vedeu.log(type: :cursor, message: "Showing cursor: '#{name}'".freeze) render end # @return [Fixnum] The column/character coordinate.