chiark / gitweb /
Actually implement the highlighting methods!
authorSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 07:39:44 +0000 (07:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 08:14:03 +0000 (08:14 +0000)
commit2d13e1a2c1c113de9312e1666620d8360d5c9c2d
tree476b52919cd52935466fd1fc8cc7ec04e1cd4a4e
parent5c17ff406db3841c484a960de357ec12351a3ecd
Actually implement the highlighting methods!

Everything up to here just added API. Now I'm actually providing
non-default implementations so that TextFragments that need to
highlight can be highlighted.
src/coloured_string.rs
src/text.rs
src/tui.rs