[前][次][番号順一覧][スレッド一覧]

ruby-changes:67300

From: aycabta <ko1@a...>
Date: Sun, 29 Aug 2021 20:30:40 +0900 (JST)
Subject: [ruby-changes:67300] c0349765e9 (master): [ruby/reline] Remove debug code

https://git.ruby-lang.org/ruby.git/commit/?id=c0349765e9

From c0349765e9267130e06b9e1679fb372dd0423e08 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Sun, 22 Aug 2021 00:58:58 +0900
Subject: [ruby/reline] Remove debug code

https://github.com/ruby/reline/commit/2389d175f7
---
 lib/reline/line_editor.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb
index c37cdad..f275f7c 100644
--- a/lib/reline/line_editor.rb
+++ b/lib/reline/line_editor.rb
@@ -697,8 +697,6 @@ class Reline::LineEditor https://github.com/ruby/ruby/blob/trunk/lib/reline/line_editor.rb#L697
       move_cursor_down(1) if i < (dialog_vertical_size - 1)
     end
     move_cursor_up(dialog_vertical_size - 1 + @dialog_vertical_offset)
-    #Reline::IOGate.move_cursor_column(0)
-    #    @output.write "\e[39m#{visual_lines[@first_line_started_from + @started_from]}\e[39m"
     Reline::IOGate.move_cursor_column(prompt_width + @cursor)
   end
 
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]