[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/
participants (1)
-
hsbt (Hiroshi SHIBATA)