-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
side by side display is broken if line is very long. #699
Labels
Comments
しかし、どうすればいいの。 |
自明な解決策としてふたつ (1.), (2.) があり、実用的にはそれらを併せたもの (3.) が適切でしょう。 ただし、これは「ユーザにとって壊れていることが明らか」なのであまり優先度は高くないです。 1. 行を折り畳む
2. 必要な位置のみを表示する現状は出力を要素が行であるような1次元的な列と見なしてその連続部分列を表示していますが、出力を要素が文字であるような2次元的な表と見なしてその矩形領域を表示する感じです。
3. (1.), (2.) を両方やるこれがたぶん最もいい感じです。
|
たしかに(3)がいいですね。 |
koba-e964
changed the title
side by side display is bloken if line is very long.
side by side display is broken if line is very long.
Aug 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: