@@ -0,0 +1,5 @@
#include "editor.h"
EditorState init_editor_state(sds init_text) {
return (EditorState){.cursor_pos = 4, .text = init_text};
}
The note is not visible to the blocked user.