dankamongmen commented on issue AutumnMeowMeow/lcxterm#10 2025年04月02日 20:05:41 +02:00
Implement XTGETTCAP

hrmmmmmmmm. as you note, we're detecting RGB. hrmmmmmmmmm. it sounds like either:

(a) a bug in notcurses's rendering, particularly color code elision, or (b) atypical state when handling...

dankamongmen commented on issue AutumnMeowMeow/lcxterm#9 2025年04月02日 04:07:17 +02:00
Crash on notcurses-info

ahhh, when i saw the mail i assumed it was a crash on my side. let me know if there's anything i can do for you, or seem to be doing incorrectly. good to see you back, autumn!

dankamongmen commented on issue dnkl/foot#481 2025年01月11日 19:46:14 +01:00
iTerm2/Kitty image display protocol support [Question]

It would be very nice to have Foot support the Kitty protocol, since I vaguely remember it being the better protocol after researching it so many months ago.

for reference, here's why i...

dankamongmen pushed to master at dankamongmen/foot 2024年12月26日 15:51:02 +01:00
67bd5dd460 selection: fix crash when tripple clicking in a region containing NUL characters
3b0c2a3543 misc: add missing include stdlib.h (for free())
d523e7a676 term: set_app_id() + set_window_title(): only allow printable characters
9a1b59adae box-drawings: implement octants
768f254286 pgo: prefer full-headless-sway over full-headless-cage
Compare 1203 commits »
dankamongmen commented on pull request dnkl/foot#845 2022年02月11日 08:47:21 +01:00
shm: get_buffer(): make sure buffer->busy is set

indeed, i can no longer reproduce this crash. good work!

dankamongmen commented on issue dnkl/foot#481 2022年02月04日 22:12:20 +01:00
iTerm2/Kitty image display protocol support [Question]

it's maybe worth noting that kitty can decide formats on disk that it won't decode when pushed over a wire (this is a decision by the author of kitty and not baked into the protocol). for this...

dankamongmen commented on issue dnkl/foot#481 2022年01月30日 00:33:51 +01:00
iTerm2/Kitty image display protocol support [Question]

I am so in awe. You have done such an amazing job.

oh yeah, for wayland, foot is the only game in town IMHO

dankamongmen pushed to master at dankamongmen/foot 2022年01月28日 05:58:06 +01:00
2cc0a450b4 doc: foot.1: add missing ‘*’
034f4171a4 doc: foot.1: use tab for indentation
49a2f4a9e6 Merge branch 'document-ansi-colors'
c7836bcd90 readme: add URL mode to the list of keyboard shortcuts
0c363b83bf readme: add the new XF86{Copy,Paste} keyboard shortcuts
Compare 48 commits »
dankamongmen commented on issue dnkl/foot#481 2022年01月25日 19:53:09 +01:00
iTerm2/Kitty image display protocol support [Question]

if we can get sixel performing well for many distinct cell-sized graphics, that's a fair trade =]. i hope to move to a mosaic-based (no graphics larger than a cell) approach this spring. that ought...

dankamongmen commented on pull request dnkl/foot#875 2022年01月10日 08:57:33 +01:00
XTGETTCAP

XTerm only sends replies for keyboard escapes

is this true? maybe i have some configuration element set, but i'm pretty sure i get RGB from it; that was what motivated my initial use of...

dankamongmen commented on pull request dnkl/foot#875 2022年01月10日 08:56:36 +01:00
XTGETTCAP

XTerm only sends replies for keyboard escapes

is this true? maybe i have some configuration element set, but i'm pretty sure i get RGB from it; that was what motivated my initial use of...

dankamongmen commented on pull request dnkl/foot#875 2022年01月10日 08:54:14 +01:00
XTGETTCAP

i mean, i'm definitely being silly bitching about the encoding (though on even a 9600bps connection, it would be noticeable).

dankamongmen commented on pull request dnkl/foot#875 2022年01月10日 08:40:06 +01:00
XTGETTCAP

But if we're going to be changing a lot, it's probably better to use a new sequence all together, rather than pretending to be implementing XTGETTCAP.

agreed.

interestingly(?), as we've had...

dankamongmen commented on pull request dnkl/foot#875 2022年01月10日 08:07:44 +01:00
XTGETTCAP

oh hey, it looks like you can already query multiple entities in a single XTGETTCAP, and indeed that i am doing this:

// XTGETTCAP['TN', 'RGB'] (Terminal Name, RGB) ...
dankamongmen commented on pull request dnkl/foot#875 2022年01月10日 08:04:46 +01:00
XTGETTCAP

i have https://github.com/dankamongmen/notcurses/issues/2144 open. ideally, i'd stop using terminfo and get all properties from the terminal itself. i don't see myself moving to mass XTGETTCAP...

dankamongmen pushed to master at dankamongmen/foot 2022年01月08日 19:43:32 +01:00
e37edba387 Merge branch 'wl-output-version-4'
ccf9c0fe29 wayland: don’t try to bind wl_output version 4 unconditionally
99ebff5a51 Merge branch 'argc-is-zero'
0ccdb27520 changelog: fixed failing to launch when exec(3):ed with an empty argv
9f26b250bb foot{,client}: handle argc == 0
Compare 11 commits »
dankamongmen pushed to master at dankamongmen/foot 2022年01月01日 02:46:34 +01:00
c0aa414404 test: config: colors: test ‘256’ is an invalid key
b7976e9565 test: config: test colors section
3583d1cd98 test: config: csd: test color options
7938b9e811 test: config: add test_color() utility function
a780a8b66f test: config: test csd section
Compare 336 commits »
dankamongmen commented on issue dnkl/foot#844 2021年12月15日 18:34:03 +01:00
crash while resizing in notcurses-demo [view]

Are you running weston nested inside X, or directly from a VT? Weston will be using different backends, and that will affect how/when it releases buffers.

I haven't been able to trigger the...

dankamongmen commented on issue dnkl/foot#844 2021年12月15日 10:50:16 +01:00
crash while resizing in notcurses-demo [view]

Pretty sure it is a bug in foot somewhere, but your compositor of choice may be an important factor. I.e. which compositor are you running?

weston 9.0.0

dankamongmen commented on issue dnkl/foot#844 2021年12月15日 00:58:33 +01:00
crash while resizing in notcurses-demo [view]

Thread 7 (Thread 0x7ffff5f3c640 (LWP 1116511) "foot:render:2"): #0 0x00007ffff7aec0fa in __futex_abstimed_wait_common64 (futex_word=futex_word@ entry=0x555555671a98, expected=expected@entry=0,...