Is there a library that can create two separate ncurses text-areas, one for scrolling output and another for input? I really want a way to use Reline with a split screen ncurses TUI. The curses gem is a little too low-level.
https://docs.ruby-lang.org/en/2.0.0/Curses.html
#ruby #curses #ncurses #reline
module Curses - Documentation for Ruby 2.0.0

Exciting news! 🚀 IRB 1.7.0 & Reline 0.3.5 have been released. Say goodbye to input lines being pushed up by autocompletion, thanks to @tompng !
Upgrade ASAP and find more details in the release note: https://github.com/ruby/irb/releases/tag/v1.7.0 #RubyTools #IRB #Reline
Release v1.7.0 · ruby/irb

What's Changed ✨ Enhancements Print deprecation warning for help command by @st0012 in #567 Display mod key as Option on Darwin platforms by @adam12 in #584 Allow show_source for private methods b...

GitHub
While #ruby #reline is still figuring out the proper way to configure autocomplete color settings, here's a way to fix the colors with a monkey patch. Just drop this in your .irbrc