irb
irb copied to clipboard
Disable autocomplete on Windows as default
Description
Autocompletion, which is on as default, causes reline to send a lot of ANSI chars which don't get interpreted by the Windows CMD shell. This is caused by reline and might ultimately be fixed there. Meanwhile, an easy fix is to set USE_AUTOCOMPLETE in IRB to false. In order to not annoy people and make them enjoy IRB on Windows (may be with JRuby only?) please consider making this the default on Windows.
Result of irb_info
Ruby version: 2.6.8 IRB version: irb 1.4.2 (2022-10-03) InputMethod: ReidlineInputMethod with Reline 0.3.1 RUBY_PLATFORM: java East Asian Ambiguous Width: 0 Code page: Aktive Codepage: 437.
Terminal Emulator
Windows CMD 'shell'
Setting Files
None