Actions
Feature #18459
closedIRB autocomplete dropdown colour options
Description
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?
IRB.conf[:AUTOCOMPLETE] = {
BG_COLOR: 0,
FG_COLOR: 15,
}
Updated by mame (Yusuke Endoh) almost 3 years ago
- Status changed from Open to Assigned
- Assignee set to aycabta (aycabta .)
Updated by hsbt (Hiroshi SHIBATA) 7 months ago
- Status changed from Assigned to Closed
https://github.com/ruby/reline/pull/552 fixed this issue.
Actions
Like2
Like0Like0