Bug 494048 - add option to switch to alternate screen
Summary: add option to switch to alternate screen
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (other bugs)
Version First Reported In: 23.08.1
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-03 16:26 UTC by Oswald Buddenhagen
Modified: 2024-10-03 16:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oswald Buddenhagen 2024-10-03 16:26:15 UTC
konsole supports the "alternate screen" function, which some full-screen applications use to display their TUI (i think ncurses does that by default). some of these applications temporarily switch back to the primary screen when launching helper processes (which is probably also done automatically by ncurses). to be able to inspect this output, it would be useful to have the option to manually switch the konsole display between the two screens.

xterm has this function: ctrl + middle-click => "show alternate screen".