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

report terminal size on Windows #1863

Closed
wants to merge 1 commit into from
Closed

Conversation

mattn
Copy link
Member

@mattn mattn commented Jul 23, 2017

add new func term_report_winsize.

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1863      +/-   ##
==========================================
+ Coverage   75.06%   75.07%   +<.01%     
==========================================
  Files          76       76              
  Lines      125238   125239       +1     
==========================================
+ Hits        94014    94020       +6     
+ Misses      31224    31219       -5
Impacted Files Coverage Δ
src/gui_beval.c 43.96% <0%> (-0.93%) ⬇️
src/if_xcmdsrv.c 83.33% <0%> (-0.56%) ⬇️
src/if_py_both.h 76.02% <0%> (ø) ⬆️
src/undo.c 81.64% <0%> (+0.06%) ⬆️
src/channel.c 83.69% <0%> (+0.09%) ⬆️
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 b13501f...ac052fd. Read the comment docs.

@brammool brammool closed this in 43da3e3 Jul 23, 2017
dpelle pushed a commit to dpelle/vim that referenced this pull request Jul 31, 2017
Problem:    MS-Windows: terminal does not adjust size to the Vim window size.
Solution:   Add a call to winpty_set_size(). (Yasuhiro Matsumoto, closes vim#1863)
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.

None yet

2 participants