Coder Social home page Coder Social logo

Comments (8)

kovidgoyal avatar kovidgoyal commented on May 30, 2024

kitty has no control over how nvim chooses to redraw the screen on
resize. nvim should use the atomic updae exscape codes to ensure flicker
free redrawing.

from kitty.

tumarsh avatar tumarsh commented on May 30, 2024

hello i just tried open window without any binary file. the previous window zsh prompt moves to the left when I split the window . it's not fixed.

from kitty.

tumarsh avatar tumarsh commented on May 30, 2024

tried with wezterm there is no issue on wezterm. so could you please rethink of it..

from kitty.

tumarsh avatar tumarsh commented on May 30, 2024

i am pretty sure because it's not fixed caused neovim redraw. if it's fixed there is no problem. you can do split see the left window. i have zsh with prompt theme notice it moves to left a little when i do split. in fact panel should be fixed . even i create a new split prev panel shouldn't move ... thanks

from kitty.

kovidgoyal avatar kovidgoyal commented on May 30, 2024

it will move because the amount of padding changes, when the window size
is not an exact multiple of cell size. If you dont like
that set placement_strategy in kitty.conf to top-left instead of the
default of center.

from kitty.

tumarsh avatar tumarsh commented on May 30, 2024

thanks i tried it yep zsh prompt not move . but neovim still flash like redraw .. i don't know why then. neovim side a member tell me it works fine in tmux. so i tried tmux . no problem.

from kitty.

kovidgoyal avatar kovidgoyal commented on May 30, 2024

That will be because tmux is slow so it causes the draw commands to batch up. As I said, nvim needs to use the proper atomic update escape codes when drawing the screen, without that whether an update appears atomic or not to the user depends on the speed of the various underlying components.

from kitty.

tumarsh avatar tumarsh commented on May 30, 2024

thanks .but i still thought is wired when split ... i don't know how neovim redraw screen..

from kitty.

Related Issues (20)

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.