feat: ansi for pipe rows

This commit is contained in:
saeedark 2025-10-08 02:38:45 +03:30 committed by saeedark
parent 5587604469
commit 312b22300d
10 changed files with 566 additions and 23 deletions

View file

@ -328,7 +328,7 @@ selection_to_text(const struct terminal *term)
if (term->selection.coords.end.row == -1)
return NULL;
struct extraction_context *ctx = extract_begin(term->selection.kind, true);
struct extraction_context *ctx = extract_begin(term->selection.kind, true, term->ansi_selection);
if (ctx == NULL)
return NULL;