Summary: | when output is suspended I can not see topmost line | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Martin Koller <kollix> |
Component: | history | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | LO | ||
Version: | 2.11.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/konsole/74ee063ea8273cc4dd660a6af420e354679603bb | Version Fixed In: | 2.13 |
Sentry Crash Report: |
Description
Martin Koller
2013-11-07 15:17:27 UTC
Yes it does make the top line hidden - however if a widget is added it will change the size of the windows/terminal which we don't want. I'm open to suggestions + code The best I could see is having another option to not display the warning messsage. What about - show the information just for a few seconds (just enough time to read it) then hide it or - include a "close" button in the information line to hide it BTW: The link to the wikipedia page should be .../Flow_control_(data) else you get the disambiguation page I'll look at these futher - the link was changed a while ago to http://en.wikipedia.org/wiki/Software_flow_control https://git.reviewboard.kde.org/r/115607/ hides the warning after 10 seconds Git commit db8877db55a40e73883fd0a544443ca19162730d by Kurt Hindenburg. Committed on 09/02/2014 at 21:56. Pushed by hindenburg into branch 'master'. Dismiss flow control message after a few seconds With flow control enabled, the first line of terminal is hidden with the message about flow control. This messsage will be dismissed after 10 seconds. FIXED-IN: 2.13 REVIEW: 115607 M +13 -2 src/TerminalDisplay.cpp M +2 -0 src/TerminalDisplay.h http://commits.kde.org/konsole/db8877db55a40e73883fd0a544443ca19162730d Git commit 74ee063ea8273cc4dd660a6af420e354679603bb by Kurt Hindenburg. Committed on 09/02/2014 at 21:56. Pushed by hindenburg into branch 'frameworks'. Dismiss flow control message after a few seconds With flow control enabled, the first line of terminal is hidden with the message about flow control. This messsage will be dismissed after 10 seconds. FIXED-IN: 2.13 REVIEW: 115607 (cherry picked from commit db8877db55a40e73883fd0a544443ca19162730d) M +13 -2 src/TerminalDisplay.cpp M +2 -0 src/TerminalDisplay.h http://commits.kde.org/konsole/74ee063ea8273cc4dd660a6af420e354679603bb |