Giter Site home page Giter Site logo

Comments (4)

fcpg avatar fcpg commented on August 23, 2024

Thanks! Try setting lazyredraw in vim and see if it helps. If does not, it might just be terminal-dependent.

from vim-osc52.

fcpg avatar fcpg commented on August 23, 2024

Hello,

I have just pushed a commit that should prevent the flicker; let me know if it works for you too, and I'll close the issue.

from vim-osc52.

MagnusBrzenk avatar MagnusBrzenk commented on August 23, 2024

I tried it just now ssh-ing into an AWS microVM (Ubuntu 18) with Vim 8.2 in iTerm2 and, unfortunately, it causes my screen to blank. Here is a screen recording of me doing a simple yank on the relevant lines in my .vimrc

vim-blank

Let me know if there's any debug info I might send to help figure out what's happening here.

Edit: Note: I also tried it just now on my MacBookPro and got the same behavior.

from vim-osc52.

fcpg avatar fcpg commented on August 23, 2024

Pushed another commit that adds two options:

  • g:osc52_print: can be 'echo' (default), 'printf' or a vim expression to which the osc52 sequence will be appended;
  • g:osc52_redraw: can be 2 (default: erase and redraw, causes flicker), 1 (redraw without erasing) or 0 (no redraw).

Try tinkering with both options. On my side, I use g:osc52_print = 'print' and g:osc52_redraw = 0, on minTTY and tmux, without issue nor flicker. It is probably very much terminal-dependent.

from vim-osc52.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.