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

fix drawing multi-byte strings in terminal #1857

Closed
wants to merge 1 commit into from

Conversation

mattn
Copy link
Member

@mattn mattn commented Jul 22, 2017

tailing cell is not displayed. or broken

before

Below is correct.

after

@codecov-io
Copy link

Codecov Report

Merging #1857 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1857      +/-   ##
==========================================
+ Coverage   75.07%   75.08%   +<.01%     
==========================================
  Files          76       76              
  Lines      125189   125190       +1     
==========================================
+ Hits        93989    93999      +10     
+ Misses      31200    31191       -9
Impacted Files Coverage Δ
src/gui_beval.c 43.96% <0%> (-0.93%) ⬇️
src/if_py_both.h 76.02% <0%> (ø) ⬆️
src/channel.c 83.83% <0%> (+0.18%) ⬆️
src/message.c 68.3% <0%> (+0.4%) ⬆️

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 825680f...80d3616. Read the comment docs.

@brammool brammool closed this in 9f1f49b Jul 22, 2017
dpelle pushed a commit to dpelle/vim that referenced this pull request Jul 31, 2017
Problem:    multi-byte characters in a terminal window are not displayed
            properly.
Solution:   Set the unused screen characters. (Yasuhiro Matsumoto, closes
            vim#1857)
@mattn mattn deleted the fix-terminal branch August 11, 2017 10:13
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.

2 participants