Skip to content

Support for new Suspend and Resume API.#431

Merged
gdamore merged 1 commit into
masterfrom
suspend
Feb 20, 2021
Merged

Support for new Suspend and Resume API.#431
gdamore merged 1 commit into
masterfrom
suspend

Conversation

@gdamore

@gdamore gdamore commented Feb 20, 2021

Copy link
Copy Markdown
Owner

fixes #194 Starting multiple screen sessions (lost key event)

You can test this by using the mouse demo, which now supports pressing
CTRL-Z. This does not actually suspend the demo, but starts a subshell
which takes over. After the subshell is exited, the demo takes control
of the screen back. This can be done multiple times, and it is possible
to start multiple "nested" iterations of the demo this way.

fixes #194 Starting multiple screen sessions (lost key event)

You can test this by using the mouse demo, which now supports pressing
CTRL-Z.  This does not actually suspend the demo, but starts a subshell
which takes over.  After the subshell is exited, the demo takes control
of the screen back.  This can be done multiple times, and it is possible
to start multiple "nested" iterations of the demo this way.
@codecov

codecov Bot commented Feb 20, 2021

Copy link
Copy Markdown

Codecov Report

Merging #431 (1655637) into master (19e1709) will decrease coverage by 0.56%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #431      +/-   ##
==========================================
- Coverage   17.48%   16.91%   -0.57%     
==========================================
  Files          19       20       +1     
  Lines        1338     1383      +45     
==========================================
  Hits          234      234              
- Misses       1090     1135      +45     
  Partials       14       14              
Impacted Files Coverage Δ
nonblock_unix.go 0.00% <0.00%> (ø)
screen.go 0.00% <ø> (ø)
simulation.go 54.09% <0.00%> (-0.50%) ⬇️
tscreen.go 0.00% <0.00%> (ø)
tscreen_unix.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 19e1709...1655637. Read the comment docs.

@gdamore gdamore merged commit 1655637 into master Feb 20, 2021
@gdamore gdamore deleted the suspend branch February 20, 2021 21:28
junegunn added a commit to junegunn/fzf that referenced this pull request Sep 14, 2025
junegunn added a commit to junegunn/fzf that referenced this pull request Sep 14, 2025
lucas-boyd-838 added a commit to lucas-boyd-838/fzf that referenced this pull request Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Starting multiple screen sessions (lost key event)

1 participant