• Joined on 2025年09月04日
saeedark commented on pull request dnkl/foot#2192 2025年10月30日 01:12:16 +01:00
feat: ansi for pipe rows

Just for the record. Using delta and piping it to a pager results in truncated highlight.

saeedark pushed to row2richpr at saeedark/foot 2025年10月30日 00:36:30 +01:00
49c54a2931 chore: return instead of goto
saeedark pushed to row2richpr at saeedark/foot 2025年10月28日 22:35:43 +01:00
ce63279994 fix: wrong ctx for underline
e38d9873aa fix: zero ctx for underline
312b22300d feat: ansi for pipe rows
5587604469
input: keymap(): use a goto-label on error, to ensure we always close the keymap FD
82e75851e4
changelog: add new 'unreleased' section
Compare 10 commits »
saeedark pushed to row2richpr at saeedark/foot 2025年10月11日 13:17:20 +02:00
02245ea733 fix: wrong ctx for underline
3ebc47f587 fix: zero ctx for underline
3d7da3c2b5 feat: ansi for pipe rows
96605bf52f
extract: number of spaces after the tab shouldn't include the tab cell itself
7ed36c1033
config: add colors.dim-blend-towards=black|white
Compare 9 commits »
saeedark pushed to newosc at saeedark/foot 2025年10月11日 13:09:49 +02:00
633fca463b fix: darker search while close msg
52ba542f57 feat: new osc for slave
92cdf1a344 feat: clsoe dialog
96605bf52f
extract: number of spaces after the tab shouldn't include the tab cell itself
7ed36c1033
config: add colors.dim-blend-towards=black|white
Compare 16 commits »
saeedark commented on issue dnkl/foot#2194 2025年10月11日 10:20:54 +02:00
Tab indentation seems wrong in pipe-view

Thank you.

saeedark commented on pull request dnkl/foot#2195 2025年10月11日 10:19:57 +02:00
extract: number of spaces after the tab shouldn't include the tab cell itself

This works perfectly.

saeedark commented on issue dnkl/foot#2194 2025年10月11日 09:33:50 +02:00
Tab indentation seems wrong in pipe-view

nope, asciinema turns everything in spaces.

found one: printf " f \tbar\tfo \t\t \tbar\n foo \tbar \n fooo \tbar\nfoooo \tbar\n fooooo \tbar\n foooooo \tbar \tfoo \t \t bar \n"

the last...

saeedark commented on issue dnkl/foot#2194 2025年10月11日 09:04:58 +02:00
Tab indentation seems wrong in pipe-view

Sorry I'm not an expert in this. Is there a way that I can record my terminal for that example?

saeedark opened issue dnkl/foot#2194 2025年10月11日 01:40:22 +02:00
Tab indentation seems wrong in pipe-view
saeedark pushed to row2richpr at saeedark/foot 2025年10月09日 15:58:54 +02:00
6a6c3454cc fix: wrong ctx for underline
saeedark pushed to row2richpr at saeedark/foot 2025年10月09日 15:12:13 +02:00
788641588b fix: zero ctx for underline
saeedark created pull request dnkl/foot#2192 2025年10月08日 16:41:58 +02:00
WIP: feat: ansi for pipe rows
saeedark created branch row2richpr in saeedark/foot 2025年10月08日 16:16:44 +02:00
saeedark pushed to row2richpr at saeedark/foot 2025年10月08日 16:16:44 +02:00
0d25d71e48 feat: ansi for pipe rows
bb314425ef
changelog: shm buffer stride alignment
e43ea3676f
doc: foot.ini: document tweak.min-stride-alignment
bd994eda1c
shm: page-align the memfd size (also needed for GPU direct import)
fac3994154
config: add tweak.min-stride-alignment
Compare 8 commits »
saeedark commented on issue dnkl/foot#2004 2025年10月08日 01:42:42 +02:00
Allow copying text with (recreated) ANSI escape codes

I ended up implementing ANSI for piping commands (like piping the last command output). Speaking for myself,...

saeedark pushed to row2rich at saeedark/foot 2025年10月08日 01:24:19 +02:00
4d86271536 feat: ansi for pipe rows
saeedark created branch row2rich in saeedark/foot 2025年10月08日 01:24:19 +02:00
saeedark pushed to newosc at saeedark/foot 2025年09月24日 00:29:06 +02:00
32c7a0aeb3 fix: darker search while close msg
saeedark commented on pull request dnkl/foot#2176 2025年09月17日 20:14:46 +02:00
WIP: show close dialog on toplevel exit

As an experiment, something like this new branch can do the trick.

and these functions should be added to...