chiark / gitweb /
Move terminal output into a sub-struct.
authorSimon Tatham <anakin@pobox.com>
Sun, 4 Feb 2024 14:09:41 +0000 (14:09 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 4 Feb 2024 14:55:15 +0000 (14:55 +0000)
commitd2265d98e79714dfba37c72d8234d694127bfb73
tree98b1f28ef3356ce10fea3d7dad9f58c7bde391a5
parent9d3765699f4531c90046122e3c943ab77d75709c
Move terminal output into a sub-struct.

The sub-struct is held in an Rc<RefCell> by Tui, which will allow me
to make other copies of the Rc and use them to give preliminary
display updates.
src/tui.rs