Open nachoal opened 4 years ago
By the way, this gem is great and the way you display the variable contents and arrange the information is really useful, thanks for putting in the time to build it and share!
Hi @nachoal, let me confirm some information to help debugging.
When the output is returned the screen freezes and the input is broken (can't write anything except quit)
So, it means that you type quit
, and press enter
. Then the process exists right? Could you help me a little bit by running this check on your terminal emulator:
ruby -e '100.times { |index| puts "Line #{index}"}' | less -R -X
Does it works as expected, or the behavior is the same? If it's still broken, could you give me the output of less --version
in your terminal emulator?
ctrl+c
. Typing quit
and pressing enter
does nothing.Works as expected:
ruby -e '100.times { |index| puts "Line #{index}"}' | less -R -X
Describe the bug Input is locked and jard can't be used after exploring a long value stored in a variable (when getting the interactive
vi
like scroll for long text)To Reproduce Steps to reproduce the behavior:
jard
on any place where you have a longer than terminal screen text (a long hash for example)Expected behavior Able to scroll the variable contents on the screen by pressing enter or quit the interactive scrolling using
q
Screenshots
Environment (please complete the following information):
tput colors
in your terminal:256
echo $TERM
in your terminal:xterm-256color
stty
: