Ports: Use ruby irb legacy mode
Legacy mode seems to work better than the --nomultiline --nosingleline mode I was using.
This commit is contained in:
parent
8ced224f04
commit
89e52faa22
Notes:
sideshowbarker
2024-07-18 02:18:53 +09:00
Author: https://github.com/seiferteric Commit: https://github.com/SerenityOS/serenity/commit/89e52faa22a Pull-request: https://github.com/SerenityOS/serenity/pull/10496
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip ruby-logo-kit.zip 7f
|
|||
auth_type="sha256"
|
||||
launcher_name="Ruby IRB"
|
||||
launcher_category="Development"
|
||||
launcher_command="/usr/local/bin/ruby /usr/local/bin/irb --nomultiline --nosingleline"
|
||||
launcher_command="/usr/local/bin/ruby /usr/local/bin/irb --legacy"
|
||||
launcher_run_in_terminal="true"
|
||||
icon_file="../ruby-kit/ruby.png"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue