From: "hsbt (Hiroshi SHIBATA) via ruby-core" Date: 2024-04-04T03:02:42+00:00 Subject: [ruby-core:117438] [Ruby master Feature#18459] IRB autocomplete dropdown colour options Issue #18459 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Assigned to Closed https://github.com/ruby/reline/pull/552 fixed this issue. ---------------------------------------- Feature #18459: IRB autocomplete dropdown colour options https://bugs.ruby-lang.org/issues/18459#change-107814 * Author: johansenjaa (Joseph Johansen) * Status: Closed * Assignee: aycabta (aycabta .) ---------------------------------------- It would be great to be able to specify bg/fg colours for the new autocomplete dropdown in irb in ruby 3.1. This could help for accessibility purposes, or for anyone who just wants to make it look more personalised for their terminal ���� Perhaps irbrc could do the trick? ```ruby IRB.conf[:AUTOCOMPLETE] = { BG_COLOR: 0, FG_COLOR: 15, } ``` -- https://bugs.ruby-lang.org/ ______________________________________________ ruby-core mailing list -- ruby-core@ml.ruby-lang.org To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/