tabs.kak icon indicating copy to clipboard operation
tabs.kak copied to clipboard

Buffer List Does Not Update in Certain Circumstances

Open eeriemyxi opened this issue 1 year ago • 1 comments

are you sure the status line correctly updates even if the buffer is created outside a client?

  • I opened kak with kak -n, this time the id was 4015 so I tried echo ":edit /home/myxi/.zshrc" | kak -p 4015 it didn't work this time too

    • It works properly if I do echo "evaluate-commands -client client0 %{ edit /home/myxi/.zshrc }" | kak -p 2997 one for some reason though

    • That one runs the command as the client (as opposed to as the server), so it also changes focus and probably triggers a bunch more hooks, including the one the plugins relies upon

    • there's an easy fix for the plugin to change a window hook by a global hook or something, it might be worth reporting the issue to the plugin creator

https://discord.com/channels/717163870724161556/717165513750609991/1299304934587629609

eeriemyxi avatar Oct 25 '24 11:10 eeriemyxi

Context: This was from the main branch.

enricozb avatar Oct 25 '24 11:10 enricozb