• Joined on 2021年06月14日
Arnavion commented on issue dnkl/foot#1436 2023年07月28日 22:33:59 +02:00
foot-server.service is failing in Gnome DE

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...

Arnavion commented on issue dnkl/foot#1436 2023年07月28日 17:36:30 +02:00
foot-server.service is failing in Gnome DE

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...

Arnavion commented on pull request dnkl/foot#1440 2023年07月26日 17:44:39 +02:00
meson: add -Dterminfo-base-name option

Confirmed it works for OpenSUSE packaging. Thanks.

Arnavion commented on pull request dnkl/foot#1192 2022年10月14日 21:38:42 +02:00
Fix crash when moving viewport after reverse-scrolling in the 'normal' screen

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...

Arnavion commented on issue dnkl/foot#1190 2022年10月13日 19:18:36 +02:00
Segfault on scrolling up with mousewheel while reading a manpage in a pager

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...

Arnavion opened issue dnkl/foot#1190 2022年10月13日 04:09:55 +02:00
Segfault on scrolling up with mousewheel while reading a manpage in a pager
Arnavion commented on issue dnkl/foot#919 2022年04月18日 09:46:53 +02:00
Add meson option to disable tests

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...

Arnavion created pull request dnkl/foot#810 2021年11月21日 05:49:40 +01:00
Fix parsing key-bindings config to not read past the end of the string.
Arnavion commented on issue dnkl/foot#809 2021年11月21日 05:32:32 +01:00
key-bindings.pipe-* configs produce errors

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.

Arnavion opened issue dnkl/foot#809 2021年11月21日 02:59:20 +01:00
key-bindings.pipe-* configs produce errors
Arnavion created pull request dnkl/foot#712 2021年09月09日 07:48:04 +02:00
doc: Document that the default section can be reopened as [main]
Arnavion commented on pull request dnkl/foot#705 2021年09月01日 08:50:03 +02:00
PGO build scripts

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.

-...

Arnavion commented on issue dnkl/foot#695 2021年08月29日 12:04:18 +02:00
Issues with terminfo in a non-standard location

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...

Arnavion commented on pull request dnkl/foot#673 2021年08月08日 22:55:22 +02:00
Allow installing terminfo files to a custom location
Arnavion commented on issue dnkl/foot#633 2021年07月16日 19:01:47 +02:00
Misbehavior and crash when output is cleared and redrawn while some text is selected

Your explanation of the behavior of the selection makes sense and I agree that it should stay.

Arnavion opened issue dnkl/foot#633 2021年07月16日 09:59:02 +02:00
Misbehavior and crash when output is cleared and redrawn while some text is selected
Arnavion commented on pull request phel/SNKRX#1 2021年06月14日 10:41:14 +02:00
Fix bigint support test on Lua versions without the floor division operator.

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...

Arnavion commented on pull request phel/SNKRX#1 2021年06月14日 03:24:58 +02:00
Fix bigint support test on Lua versions without the floor division operator.

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...

Arnavion created pull request phel/SNKRX#1 2021年06月14日 03:21:22 +02:00
Fix bigint support test on Lua versions without the floor division operator.