ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:93267] [Ruby trunk Bug#15944] Simultaneous line feeding and scrolling doesn't work well with irb on tmux
       [not found] <redmine.issue-15944.20190620042502@ruby-lang.org>
@ 2019-06-20  4:25 ` hasumikin
  2019-06-20  4:51 ` [ruby-core:93270] " shugo
  2019-12-16 10:54 ` [ruby-core:96260] [Ruby master " mame
  2 siblings, 0 replies; 3+ messages in thread
From: hasumikin @ 2019-06-20  4:25 UTC (permalink / raw
  To: ruby-core

Issue #15944 has been reported by hasumikin (hitoshi hasumi).

----------------------------------------
Bug #15944: Simultaneous line feeding and scrolling doesn't work well with irb on tmux
https://bugs.ruby-lang.org/issues/15944

* Author: hasumikin (hitoshi hasumi)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.7.0dev (2019-06-17T21:05:43Z trunk 39a8c71424) [x86_64-linux]
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
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 expression `1+1` will disappear when the window scrolls.

This is a bottom of the capture:

```
irb(main):041:0> 1+1
=> 2
=> 2
=> 2
irb(main):044:0>
```

It should have been like following:

```
irb(main):041:0> 1+1
=> 2
irb(main):042:0> 1+1
=> 2
irb(main):043:0> 1+1
=> 2
irb(main):044:0>
```

This behavior seems to appear only on tmux.

---Files--------------------------------
irb_on_tmux.png (170 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:93270] [Ruby trunk Bug#15944] Simultaneous line feeding and scrolling doesn't work well with irb on tmux
       [not found] <redmine.issue-15944.20190620042502@ruby-lang.org>
  2019-06-20  4:25 ` [ruby-core:93267] [Ruby trunk Bug#15944] Simultaneous line feeding and scrolling doesn't work well with irb on tmux hasumikin
@ 2019-06-20  4:51 ` shugo
  2019-12-16 10:54 ` [ruby-core:96260] [Ruby master " mame
  2 siblings, 0 replies; 3+ messages in thread
From: shugo @ 2019-06-20  4:51 UTC (permalink / raw
  To: ruby-core

Issue #15944 has been updated by shugo (Shugo Maeda).

Assignee set to aycabta (aycabta .)

----------------------------------------
Bug #15944: Simultaneous line feeding and scrolling doesn't work well with irb on tmux
https://bugs.ruby-lang.org/issues/15944#change-78728

* Author: hasumikin (hitoshi hasumi)
* Status: Open
* Priority: Normal
* Assignee: aycabta (aycabta .)
* Target version: 
* ruby -v: ruby 2.7.0dev (2019-06-17T21:05:43Z trunk 39a8c71424) [x86_64-linux]
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
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 expression `1+1` will disappear when the window scrolls.

This is a bottom of the capture:

```
irb(main):041:0> 1+1
=> 2
=> 2
=> 2
irb(main):044:0>
```

It should have been like following:

```
irb(main):041:0> 1+1
=> 2
irb(main):042:0> 1+1
=> 2
irb(main):043:0> 1+1
=> 2
irb(main):044:0>
```

This behavior seems to appear only on tmux.

---Files--------------------------------
irb_on_tmux.png (170 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:96260] [Ruby master Bug#15944] Simultaneous line feeding and scrolling doesn't work well with irb on tmux
       [not found] <redmine.issue-15944.20190620042502@ruby-lang.org>
  2019-06-20  4:25 ` [ruby-core:93267] [Ruby trunk Bug#15944] Simultaneous line feeding and scrolling doesn't work well with irb on tmux hasumikin
  2019-06-20  4:51 ` [ruby-core:93270] " shugo
@ 2019-12-16 10:54 ` mame
  2 siblings, 0 replies; 3+ messages in thread
From: mame @ 2019-12-16 10:54 UTC (permalink / raw
  To: ruby-core

Issue #15944 has been updated by mame (Yusuke Endoh).

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.  

----------------------------------------
Bug #15944: Simultaneous line feeding and scrolling doesn't work well with irb on tmux
https://bugs.ruby-lang.org/issues/15944#change-83156

* Author: hasumikin (hitoshi hasumi)
* Status: Closed
* Priority: Normal
* Assignee: aycabta (aycabta .)
* Target version: 
* ruby -v: ruby 2.7.0dev (2019-06-17T21:05:43Z trunk 39a8c71424) [x86_64-linux]
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
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:

```
irb(main):041:0> 1+1
=> 2
=> 2
=> 2
irb(main):044:0>
```

It should have been like following:

```
irb(main):041:0> 1+1
=> 2
irb(main):042:0> 1+1
=> 2
irb(main):043:0> 1+1
=> 2
irb(main):044:0>
```

This behavior seems to appear only on tmux.

---Files--------------------------------
irb_on_tmux.png (170 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-16 10:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-15944.20190620042502@ruby-lang.org>
2019-06-20  4:25 ` [ruby-core:93267] [Ruby trunk Bug#15944] Simultaneous line feeding and scrolling doesn't work well with irb on tmux hasumikin
2019-06-20  4:51 ` [ruby-core:93270] " shugo
2019-12-16 10:54 ` [ruby-core:96260] [Ruby master " mame

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).