[BUG] empty space below the prompt when running in Rails project on WSL/Ubuntu
ADTC opened this issue · 2 comments
Describe the bug
Jard does not take up the full height of the console window. There is empty space below the prompt.
To Reproduce
Steps to reproduce the behavior:
- Install jard on a Ruby on Rails project.
- Add the
jard
command somewhere in the project. - Run
rails server
(and perform action to launch jard if needed). - See jard console.
Expected behavior
Jard takes up the full height of the console window.
Environment:
- OS: Ubuntu 20.04.2 LTS running on WSL (Windows Subsystem for Linux; Windows 10)
- Terminal Emulator: Xterm from Ubuntu on Windows Terminal
tput colors
: 256echo $TERM
: xterm-256colorstty
: speed 38400 baud; line = 0; -brkint -imaxbel- Do you use tmux/screen or similar tty multiplexer? No. Not that I know of.
Looks like this is by design? Perhaps the space could be removed if the screen is too short in height. Why does it have the space anyway?
BTW, AWESOME TOOL! I learnt a lot just by debugging. I just wish there is a way to browse the UI like looking through the list of variables, expanding and collapsing them, hiding the threads list or backtrace list, etc.
Edit: So I noticed pretty much everything is configurable. In the end, the problem is it's not configurable on the fly, and the help
command did not point me to this page about configuring it.
I don't know yet if any of the layout
options gets rid of the space. Hope so!