chiark / gitweb /
Move prompt into SingleLineEditor.
authorSimon Tatham <anakin@pobox.com>
Wed, 3 Jan 2024 06:55:03 +0000 (06:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 3 Jan 2024 06:55:03 +0000 (06:55 +0000)
commitf63bb9d75b83d0a630e4057ee14f2491b95d69a3
tree5691f05595fa3d83cd1dc850818d938c45f221ab
parentd3ac415077ae1aaf0e398929d289122360f9cd72
Move prompt into SingleLineEditor.

It was a mistake to put it in the wrapping BottomLineEditorOverlay,
because I'm going to want to put single-line editors elsewhere on the
screen with the same kind of prompt.
src/editor.rs