schrmh

Results 33 comments of schrmh

Yeah, in my case the picker does open above but the input focus stays at the old window (which means that I have to click on the picker window before...

@GaZaTu It can't send emojis to some TE's (including xfce4-terminal, lol) but elsewhere it "works". Well, at least how I described it. You can also watch this gif (I use...

Discussion on the linux kernel mailing list regarding the removal of ashmem: https://lore.kernel.org/all/YqrN38V%[email protected]/

@godspeedfw Yeah the current hint in the patches.def.h about removing lines to get SIXEL to work is a bit misleading. I dunno why it was removed removed from the Makefile,...

Tbh the thing scrollback is a real bummer. But with st-sixel I always have two times the same sixel image next to each other and they always have some big...

Similar experience as Barbarossa93 (additionally to the SIXEL patch I only have scrolling related patches enabled and images would disappear after scrolling). After removing the mentioned line images would stay...

Well, I think `clear` should actually clear the sixels but as a mid-term solution that's ok. Now since b39782f a patched st with st-flexipatch is officially the only terminal emulator...

I also found https://github.com/kovidgoyal/kitty/issues/3737#issuecomment-862843100 I tried the command with st-flexipatch (SIXEL & scrolling patches enabled) and it does not work as described. As mentioned at the first post in this...

Why was the ``` for (im = term.images; im; im = im->next) { im->should_delete = 1; } ``` right under case 'J' anyways instead of in case 2? When I...

> It wasn't that obvious to work out how to clear the history but I think I got that to work. So it works on your machine? Huh. For me...