We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long lines containing multibyte characters sometimes disappear.
irb(main):001> irb_info; Ruby version: 3.1.4 IRB version: irb 1.7.4 (2023-07-15) InputMethod: RelineInputMethod with Reline 0.3.7 RUBY_PLATFORM: amd64-freebsd13 LANG env: ja_JP.UTF-8 East Asian Ambiguous Width: 2 irb(main):002>
Set screen width to 80.
irb(main):002> Reline::IOGate.get_screen_size => [66, 80] irb(main):003>
Type or paste "あああああああああああああああああああああああああああああああああ. Type C-a, then the cursor located at the beginning of the line.
"あああああああああああああああああああああああああああああああああ
C-a
irb(main):002> Reline::IOGate.get_screen_size => [66, 80] irb(main):003" "ああああああああああああああああああああああああああああああああ あ
At this point, the input line is displayed correctly.
Type (a SPC).
irb(main):002> Reline::IOGate.get_screen_size => [66, 80] ああ
The input line disappeared.
irb(main):002> Reline::IOGate.get_screen_size => [66, 80] irb(main):003" "あああああああああああああああああああああああああああああああ ああ
The input line appeared again.
The input line disappeared again.
The display toggles in the same way.
PuTTYrv 0.78-ranvis2 (CJK)
The text was updated successfully, but these errors were encountered:
Fixed by #614
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Long lines containing multibyte characters sometimes disappear.
Steps to Reproduce
Environment:
Scenario:
Set screen width to 80.
Type or paste
"あああああああああああああああああああああああああああああああああ
.Type
C-a
, then the cursor located at the beginning of the line.At this point, the input line is displayed correctly.
Type
(a SPC).
The input line disappeared.
Type
(a SPC).
The input line appeared again.
Type
(a SPC).
The input line disappeared again.
The display toggles in the same way.
Terminal Emulator
PuTTYrv 0.78-ranvis2 (CJK)
The text was updated successfully, but these errors were encountered: