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

WIP: Replace tcell with termbox #108

Closed
wants to merge 22 commits into from
Closed

WIP: Replace tcell with termbox #108

wants to merge 22 commits into from

Conversation

kimtore
Copy link
Owner

@kimtore kimtore commented Sep 21, 2017

This is a refactoring commit that will replace the tcell library with the simpler termbox.

@kimtore kimtore self-assigned this Sep 21, 2017
@codecov-io
Copy link

codecov-io commented Sep 22, 2017

Codecov Report

Merging #108 into master will decrease coverage by 0.35%.
The diff coverage is 54.02%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
- Coverage   53.26%   52.91%   -0.36%     
==========================================
  Files          51       55       +4     
  Lines        1821     1905      +84     
==========================================
+ Hits          970     1008      +38     
- Misses        828      870      +42     
- Partials       23       27       +4
Impacted Files Coverage Δ
options/defaults.go 0% <ø> (ø) ⬆️
commands/redraw.go 0% <0%> (ø) ⬆️
commands/list.go 0% <0%> (ø) ⬆️
term/canvas.go 0% <0%> (ø)
commands/cursor.go 64.35% <0%> (+1.85%) ⬆️
commands/viewport.go 45.34% <0%> (-0.54%) ⬇️
commands/style.go 83.33% <100%> (-1.39%) ⬇️
keysequence/keysequence.go 22.72% <20%> (-39.28%) ⬇️
term/sampler.go 64.28% <64.28%> (ø)
term/keypress.go 71.69% <71.69%> (ø)
... and 6 more

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 c493317...37e7f0e. Read the comment docs.

@kimtore kimtore closed this Dec 26, 2019
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.

Nil pointer dereference when starting PMS in certain terminals Pasting more than 11 characters doesn't work
2 participants