Actions
Bug #15944
closedSimultaneous line feeding and scrolling doesn't work well with irb on tmux
Bug #15944:
Simultaneous line feeding and scrolling doesn't work well with irb on tmux
Description
See attached capture.
I just entered 1+1 repeatedly.
(1+1 doesn't matter, whatever can cause the same behavior)
The problem is that the line of the expression irb(main):xxx:0> 1+1 will disappear when the window scrolls.
This is a bottom of the capture:
It should have been like following:
This behavior seems to appear only on tmux.
Files
Actions