• Joined on 2020年06月16日
hollmax pushed to trunk at hollmax/Enclosure 2026年05月20日 12:39:24 +02:00
6b9381e14d
Initial commit
hollmax created branch trunk in hollmax/Enclosure 2026年05月20日 12:39:24 +02:00
hollmax created repository hollmax/Enclosure 2026年05月20日 12:27:15 +02:00
hollmax pushed to master at hollmax/AdventOfCode 2025年12月25日 01:11:48 +01:00
373ee8d907
AoC 2025 day 10 part 2
d6afb5f08e
AoC 2025 day 9 part 2
Compare 2 commits »
hollmax pushed to master at hollmax/AdventOfCode 2025年12月24日 16:23:21 +01:00
de51279370
AoC 2025 day 11 part 2
b2adb8fa36
AoC 2025 day 11 part 1
8fb743e602
AoC 2025 day 10 part 1
917bfacefb
AoC 2025 day 9 part 1
ed158d8ba4
AoC 2025 first few days
Compare 5 commits »
hollmax pushed to master at hollmax/AdventOfCode 2025年12月24日 16:14:44 +01:00
dcd75fd36d
fixup! AoC 2025 first few days
hollmax pushed to master at hollmax/AdventOfCode 2025年12月24日 15:54:59 +01:00
c94caf3e78 AoC 2025 day 11 part 2
a9c00c9499 AoC 2025 day 11 part 1
0a9ed43664 AoC 2025 day 10 part 1
a95182c4bd AoC 2025 day 9 part 1
9dd3d7140c AoC 2025 first few days
hollmax created branch master in hollmax/AdventOfCode 2025年12月24日 15:54:59 +01:00
hollmax created repository hollmax/AdventOfCode 2025年12月24日 15:54:13 +01:00
hollmax commented on issue dnkl/foot#319 2021年12月07日 18:35:15 +01:00
Add support for kitty's new, extended keyboard protocol

I'd like to report that the 1.10.2 release broke shortucts using the alt key in kakoune

I'm posting here rather than opening a new issue because I believe this to...

hollmax pushed to master at hollmax/foot 2021年12月07日 14:47:38 +01:00
de0898821e Merge branch 'kitty-kbd-report-all-keys-as-escape-codes'
0e2d8429c0 input: kitty: add support for "report all keys as escape codes"
73baa4cf5f Merge branch 'ensure-cell-dimensions-are-non-zero'
a62e3cdb3d Merge branch 'kitty-kbd-event-types'
06c72fc8c3 term: ensure cell dimensions are non-zero
Compare 2479 commits »
hollmax commented on pull request dnkl/foot#200 2020年11月19日 07:26:07 +01:00
PGO without Wayland

I agree that it's easy to go overboard, but I don't think using them sparingly is that much of a burden. There are 44 instances of (un)?likely in the codebase already:

git grep...
hollmax commented on pull request dnkl/foot#200 2020年11月18日 10:04:03 +01:00
PGO without Wayland

What am I smoking? We already have asciinema to record and replay input. :D I'll record an entire terminal session tomorrow.

hollmax commented on pull request dnkl/foot#200 2020年11月18日 07:34:37 +01:00
PGO without Wayland

My 2¢: I'd expect manually inserting attributes to have a higher performance ceiling, but maintaining them sounds like a deathwish to me. What if some dependency changes, and a previously expensive...

hollmax commented on issue dnkl/foot#107 2020年08月24日 15:16:54 +02:00
Investigate how to do a PGO build without a running Wayland compositor

I think creating a dummy backend taht uses both vt.c and csi.c is the correct option. You'd then compile this with PGO=generate and then compile foot with PGO=use like it is now, and GCC should pick up the files it generated with the fake backend, since .pgo files are generated per C file.

I'm going through the source code to get more familiar with it, so I can maybe implement this.

hollmax pushed to master at hollmax/foot 2020年08月24日 12:26:03 +02:00
a2257cb082 Merge branch 'message-fix' into master
b27e237192 synchronize config-error-message with available field values
ddef95c297 config: add user-configured search-binding to the correct binding list
ef7429d44a Merge branch 'colorterm' into master
26fccae03d slave: set $COLORTERM environment variable to "truecolor"
Compare 327 commits »
hollmax opened issue dnkl/yambar#9 2020年08月02日 11:06:53 +02:00
river-status module
hollmax pushed to master at hollmax/foot 2020年07月15日 11:05:14 +02:00
5ae45c3b45 added font-size limitting to changelog
hollmax created pull request dnkl/foot#39 2020年07月15日 10:01:32 +02:00
limit font size to non-negative values
hollmax opened issue dnkl/foot#38 2020年07月15日 09:57:07 +02:00
decreasing font size causes a segfault