Skip to content
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

fixes #120 Support for bracketed paste mode #395

Merged
merged 1 commit into from
Oct 16, 2020
Merged

fixes #120 Support for bracketed paste mode #395

merged 1 commit into from
Oct 16, 2020

Conversation

gdamore
Copy link
Owner

@gdamore gdamore commented Oct 16, 2020

This adds Bracketed Paste support for terminals that have mouse
support and support it. The bracketing events are EventPaste,
with methods to note Start() or End() of the paste. Content
comes in as normal rune events. Programs must opt-in to this by
calling screen.EnablePaste().

This adds Bracketed Paste support for terminals that have mouse
support and support it.  The bracketing events are EventPaste,
with methods to note Start() or End() of the paste.  Content
comes in as normal rune events.  Programs must opt-in to this by
calling screen.EnablePaste().
@codecov
Copy link

codecov bot commented Oct 16, 2020

Codecov Report

Merging #395 into master will decrease coverage by 0.36%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #395      +/-   ##
==========================================
- Coverage   17.56%   17.20%   -0.37%     
==========================================
  Files          18       19       +1     
  Lines        1332     1360      +28     
==========================================
  Hits          234      234              
- Misses       1084     1112      +28     
  Partials       14       14              
Impacted Files Coverage Δ
key.go 0.00% <ø> (ø)
paste.go 0.00% <0.00%> (ø)
screen.go 0.00% <ø> (ø)
simulation.go 54.83% <0.00%> (-0.52%) ⬇️
tscreen.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 aeb3a11...197faf3. Read the comment docs.

This was referenced Oct 16, 2020
@gdamore gdamore merged commit 197faf3 into master Oct 16, 2020
@gdamore gdamore deleted the ged/bpaste branch October 16, 2020 06:22
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.

1 participant