diff --git a/lib/pry/pry_class.rb b/lib/pry/pry_class.rb index 2019403c..cc399014 100644 --- a/lib/pry/pry_class.rb +++ b/lib/pry/pry_class.rb @@ -138,7 +138,7 @@ class Pry # Clear the line before starting Pry. This fixes the issue discussed here: # https://github.com/pry/pry/issues/566 if Pry.config.auto_indent - Kernel.print defined?(Win32::Console) ? "\e[0F" : "\e[0A\e[0G" + Kernel.print defined?(Win32::Console) ? "\e[0F" : "\e[0G" end # Enter the matrix