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 heavy loop with lazyredraw #2082

Closed
wants to merge 1 commit into from
Closed

Conversation

mattn
Copy link
Member

@mattn mattn commented Sep 13, 2017

set lazyredraw
:terminal

This make heavy loop.

@mattn
Copy link
Member Author

mattn commented Sep 13, 2017

I don't bet this is best.

@codecov-io
Copy link

Codecov Report

Merging #2082 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2082      +/-   ##
==========================================
- Coverage   73.94%   73.93%   -0.02%     
==========================================
  Files          90       90              
  Lines      131659   131658       -1     
  Branches    28923    28922       -1     
==========================================
- Hits        97359    97341      -18     
- Misses      34280    34297      +17     
  Partials       20       20
Impacted Files Coverage Δ
src/terminal.c 56.67% <0%> (ø) ⬆️
src/if_xcmdsrv.c 83.63% <0%> (-0.9%) ⬇️
src/gui_beval.c 44.47% <0%> (-0.31%) ⬇️
src/libvterm/src/screen.c 71.87% <0%> (-0.11%) ⬇️
src/gui.c 46.18% <0%> (-0.11%) ⬇️
src/window.c 81.51% <0%> (-0.1%) ⬇️
src/gui_gtk_x11.c 47.86% <0%> (-0.06%) ⬇️
src/if_py_both.h 76.22% <0%> (-0.01%) ⬇️
src/channel.c 82.63% <0%> (ø) ⬆️

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 b984b80...4f2b441. Read the comment docs.

@brammool brammool closed this in 072412e Sep 13, 2017
@mattn mattn deleted the fix-terminal-lzy branch September 14, 2017 00:31
adizero pushed a commit to adizero/vim that referenced this pull request May 19, 2018
Problem:    Stuck in redraw loop when 'lazyredraw' is set.
Solution:   Don't loop on update_screen() when not redrawing. (Yasuhiro
            Matsumoto, closes vim#2082)
janlazo added a commit to janlazo/neovim that referenced this pull request Jun 27, 2019
Problem:    Stuck in redraw loop when 'lazyredraw' is set.
Solution:   Don't loop on update_screen() when not redrawing. (Yasuhiro
            Matsumoto, closes vim/vim#2082)
vim/vim@072412e
teto pushed a commit to teto/neovim that referenced this pull request Jul 1, 2019
Problem:    Stuck in redraw loop when 'lazyredraw' is set.
Solution:   Don't loop on update_screen() when not redrawing. (Yasuhiro
            Matsumoto, closes vim/vim#2082)
vim/vim@072412e
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