chiark / gitweb /
Start of text editing: the EditorCore type.
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 19:25:44 +0000 (19:25 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 19:25:44 +0000 (19:25 +0000)
commit5b07984c6b36ccacae196ab772b6e04cafd3586a
treeda1b1956c72b14268ed5a5a2d9bab6a4983126e4
parent38f3474b4d2884fde08b9e3dd6d271569462b308
Start of text editing: the EditorCore type.

This is the common piece between bottom-line text entry and the
full-screen post composer, handling all the editing keys that work the
same in both.
src/editor.rs [new file with mode: 0644]
src/lib.rs