-
Joined on
2021年06月14日
because it won't solve the problem when foot-server.service is enabled directly
It shouldn't be enabled directly. It's a socket-activated service. Users should just enable the socket...
You could either remove the Condition or move it from the .socket to the .service
If you remove it, then the .service will either crash because of an unbound socket or work anyway (because of...
Confirmed it works for OpenSUSE packaging. Thanks.
Thanks. I confirmed that the original repro hit the same assert you found, and that this PR fixes my original repro for me and also hasn't regressed scrolling with other programs (with/without alt...
less normally uses the alt screen, where there is no scrollback (less handles it internally).
I have export LESS='-FIMRX'. The -X might be the reason.
The backtrace suggests we're...
I had asked for it. The misunderstanding had been that I saw the tests failing to compile because of missing wayland-client dependency, so I thought it was an extra dependency, so I asked for an...
From debugging, pipe_argv_from_value already updated ctx->value to skip past the part enclosed in [], so parse_key_binding_section should not be doing that itself.
Running sway headless seems to require some more config.
XDG_RUNTIME_DIR=$(mktemp -d), without which sway complains it doesn't know where to create the wayland socket.
-...
Could you list what tmux does differently with TERM=xterm-256color vs TERM=foot (ncurses) vs TERM=foot (foot) ? I think on IRC you mentioned neovim too, so if that's also affected then could...
Your explanation of the behavior of the selection makes sense and I agree that it should stay.
Okay, I've rebased just the luajit fix on top of your new main.
FWIW, when I've maintained my own "fork of upstream + some patches" repos in the past, I've always found it easier to rebase the...
The first bunch of commits in this PR are because I rebased your master on top of upstream's latest main. So the third-last and second-last commits are yours, and then the last commit is my luajit...