• Joined on 2022年03月06日
rhask commented on issue dnkl/yambar#395 2025年03月01日 17:10:55 +01:00
(sway) Initial workspace shows as being empty after switching away when it isn't

You're right; I do have a set of persistent workspaces. I'm not sure if something changed since I reported the issue, but I am seeing the behavior you've described and not what I wrote initially....

rhask opened issue dnkl/yambar#395 2024年06月26日 18:12:07 +02:00
(sway) Initial workspace shows as being empty after switching away when it isn't
rhask commented on pull request dnkl/foot#1747 2024年06月25日 20:29:09 +02:00
Styled + colored underlines

That seems to have fixed it!

rhask commented on pull request dnkl/foot#1747 2024年06月25日 19:38:55 +02:00
Styled + colored underlines

Encountered a crash when running LSP format on a buffer. It doesn't happen every time, but it happens quickly repeating 'format, undo, format, undo, etc.' bt full attached... I compiled with the...

rhask commented on issue dnkl/foot#1743 2024年06月24日 23:30:30 +02:00
Possible race condition when using "sudo -e" or "sudoedit"

I'll add for anyone who may come across this in the future, this Vim configuration will solve the issue:

if $TERM == "tmux-256color"
 set ttimeoutlen=0
endif
rhask closed issue dnkl/foot#1743 2024年06月24日 23:20:30 +02:00
Possible race condition when using "sudo -e" or "sudoedit"
rhask commented on issue dnkl/foot#1743 2024年06月24日 23:20:29 +02:00
Possible race condition when using "sudo -e" or "sudoedit"

I narrowed down the culprit to ttimeoutlen=0 (which is mentioned here https://codeberg.org/dnkl/foot/wiki#enabling-disabling-ime-when-entering-leaving-insert-mode-in-vim). It seems that setting...

rhask closed pull request kraftwerk28/foot#2 2024年06月24日 03:26:14 +02:00
Flip undercurls
rhask commented on pull request kraftwerk28/foot#2 2024年06月24日 03:26:13 +02:00
Flip undercurls

Superseded

rhask commented on issue dnkl/foot#1743 2024年06月23日 20:36:58 +02:00
Possible race condition when using "sudo -e" or "sudoedit"

I tried using waitwinch, but the issue still manifests with waitwinch sudoedit <file>.

rhask commented on issue dnkl/foot#1743 2024年06月23日 14:46:59 +02:00
Possible race condition when using "sudo -e" or "sudoedit"

It seems likely. If I understand correctly, the issue lies with sudo and other programs (besides vim) launched with sudo could be affected.

rhask commented on issue dnkl/foot#1743 2024年06月22日 03:07:16 +02:00
Possible race condition when using "sudo -e" or "sudoedit"

Oh, I should have read the comment... this seems relevant:

	// We move the cursor to (2, 0), print a test sequence and then query
	// the current cursor position. If the terminal...
rhask commented on issue dnkl/foot#1743 2024年06月22日 03:04:32 +02:00
Possible race condition when using "sudo -e" or "sudoedit"

Here's where it seems that Pzz bit is coming from... this could be a red herring; I'm trying to cleverly deduce where a "P" input may have come from, but this is out of my reach. The obvious...

rhask commented on issue dnkl/foot#1743 2024年06月21日 21:26:27 +02:00
Possible race condition when using "sudo -e" or "sudoedit"

I built from the master branch and tested; still occurs.

rhask commented on issue dnkl/foot#1743 2024年06月21日 16:39:41 +02:00
Possible race condition when using "sudo -e" or "sudoedit"

For clarity, that sequence appears regardless of whether the bug manifests... my curiosity is whether it's possible for Vim to misinterpret a query/response sequence as command inputs under "some...

rhask commented on issue dnkl/foot#1743 2024年06月21日 16:21:22 +02:00
Possible race condition when using "sudo -e" or "sudoedit"

@craigbarnes I observed the sequence using script -f <log_file>. The video I've attached shows the bug (and fortunately, I was able to reproduce it on the second attempt).

Here are the...

rhask opened issue dnkl/foot#1743 2024年06月21日 03:16:23 +02:00
Possible race condition when using "sudo -e" or "sudoedit"
rhask commented on pull request dnkl/foot#1099 2024年06月20日 16:45:46 +02:00
vt: underline colors and style from kitty

If anyone is using this branch and would like the characters to sit within the dips of the undercurl, this patch will work:

diff --git a/render.c b/render.c
index f88d9ba3..294e0dd6...
rhask created pull request kraftwerk28/foot#2 2024年06月20日 16:33:07 +02:00
Flip undercurls
rhask pushed to add-extended-underlines at rhask/foot 2024年06月20日 16:17:44 +02:00
e95200dfaa render: begin undercurl at highest point