chiark / gitweb /
Add a text::ErrorLogEntry type to format errors.
authorSimon Tatham <anakin@pobox.com>
Fri, 26 Jan 2024 07:40:01 +0000 (07:40 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 27 Jan 2024 09:01:27 +0000 (09:01 +0000)
commitbc7d90793bbb5aba22e51bc689a6a7ff9df309e3
tree8ff1b5c264e37a232b1cbbfd07a8d9786addd0ac
parent2f9fe150d516888873e3344a3150fb24256aa824
Add a text::ErrorLogEntry type to format errors.

This works towards implementing the TUI Error Log instead of panicking
or terminating with a deliberate error message.
src/text.rs