chiark / gitweb /
Start of a full-screen editor for composing toots.
authorSimon Tatham <anakin@pobox.com>
Mon, 1 Jan 2024 16:13:15 +0000 (16:13 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 2 Jan 2024 17:30:18 +0000 (17:30 +0000)
commitd1c75161fea1c0bacdcf25079e188acddca866bd
tree1c1019bda844772cc614ddafb2a42a504f347124
parent71fbc918761966c817250b2b074159fd3763f80f
Start of a full-screen editor for composing toots.

You can't actually post anything. And none of the keystrokes special
to the composing editor is implemented yet (ok, except [^O][Q] to quit
the editor). But you can at least start typing text into the buffer,
and it gets wrapped, colourised, and checked for being too long.
src/activity_stack.rs
src/editor.rs
src/menu.rs
src/tui.rs