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

ruby-changes:67550

From: aycabta <ko1@a...>
Date: Thu, 2 Sep 2021 17:11:14 +0900 (JST)
Subject: [ruby-changes:67550] 123fcc8c92 (master): [ruby/reline] Remove an unnsed constant

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

From 123fcc8c921c6f987383429246d31934cd823661 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Thu, 2 Sep 2021 16:15:01 +0900
Subject: [ruby/reline] Remove an unnsed constant

https://github.com/ruby/reline/commit/44da8a6b9e
---
 lib/reline/line_editor.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb
index 2a1d4b4..70b1183 100644
--- a/lib/reline/line_editor.rb
+++ b/lib/reline/line_editor.rb
@@ -575,7 +575,6 @@ class Reline::LineEditor https://github.com/ruby/ruby/blob/trunk/lib/reline/line_editor.rb#L575
   end
 
   DIALOG_HEIGHT = 20
-  DIALOG_WIDTH = 40
   private def render_dialog(cursor_column)
     @dialogs.each do |dialog|
       render_each_dialog(dialog, cursor_column)
-- 
cgit v1.1


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

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