feat: ansi for pipe rows
Just for the record. Using delta and piping it to a pager results in truncated highlight.
49c54a2931
chore: return instead of goto
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
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
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
Tab indentation seems wrong in pipe-view
Thank you.
extract: number of spaces after the tab shouldn't include the tab cell itself
This works perfectly.
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...
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?
Tab indentation seems wrong in pipe-view
6a6c3454cc
fix: wrong ctx for underline
788641588b
fix: zero ctx for underline
WIP: feat: ansi for pipe rows
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
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,...
4d86271536
feat: ansi for pipe rows
32c7a0aeb3
fix: darker search while close msg
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...