Bug 418503 - Line wrap issue in full screen and resized screen
Summary: Line wrap issue in full screen and resized screen
Status: RESOLVED DUPLICATE of bug 196998
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 19.08.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-05 17:02 UTC by ben
Modified: 2020-03-13 17:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ben 2020-03-05 17:02:21 UTC
SUMMARY
Line wrap doesn't compact in full screen or resized window,

Hello developers thanks for the konsole first of all. Here the bug is in line wrap, assume in a size of any resized window when you type long strings or any output in the screen if it too long the line breaks right?, in this case Konsole doesn't fill that space even when you had full screen the entire window to read it clear the space remains same, even though if those strings can be filled in one line
This also goes in reverse, in a full screen window the output of strings will be filled with according to the screen resolution size right? but if you resize the window to smaller then you won't be able to see the contents on the right if you had resized

STEPS TO REPRODUCE

Issue in resized window

1. resize your konsole screen to 44*44 and now you'll have long narrow screen
2. then, cat /etc/passwd or any file which has long line of words
3. Now full screen your konsole window,
4. You'll see that eventhough you have space to fill the line with break, the results remains as same as the given output on that specific window.


Issue in full screen window

1. Full screen your konsole window
2. cat /etc/passwd or any long out of words file
3. now resize your konsole window (narrow it) or resize to 44*44
4. Now you won't be able to read the contents in the entire line (it just doesn't wrap to the next line)

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 ben 2020-03-05 17:13:35 UTC
TYPO
***4. You'll see that eventhough you have space to fill the line with break, the results ***

you won't be able to read the other parts in that line
Comment 2 Patrick Silva 2020-03-13 17:45:20 UTC

*** This bug has been marked as a duplicate of bug 196998 ***