cheat/internal/display
Christopher Allen Lane f4e6c76e58 fix: escape sequences in search output (#687)
Fix an issue whereby ANSI escape characters could appear in search
output when a pager was not configured.

The root cause of the problem was code that was overzealously applying
an underlying effect to search terms.

This commit simply rips out underlying entirely, both as means of
resolving this problem, and also simply for removing needless visual
noise from search output.
2022-08-05 06:41:16 -04:00
..
faint.go chore: various lint corrections 2022-08-04 20:43:50 -04:00
faint_test.go feat(display): make `Faint` respect `Colorize` 2020-11-27 22:50:55 -05:00
indent.go fix(view): whitespace corrections 2020-11-28 11:18:16 -05:00
indent_test.go fix(view): whitespace corrections 2020-11-28 11:18:16 -05:00
write.go fix: escape sequences in search output (#687) 2022-08-05 06:41:16 -04:00