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
Updated by shugo (Shugo Maeda) over 7 years ago
- Assignee set to aycabta (aycabta .)
Updated by hasumikin (hitoshi hasumi) over 7 years ago
- Description updated (diff)
Updated by mame (Yusuke Endoh) almost 7 years ago
- Status changed from Open to Closed
Thank you for the reporting. It does not reproduce now. IRB is now actively developed, so I guess it is already fixed. If not, feel free to reopen.
Actions