esc
Externally Scriptable Editor
git clone git://mccd.space/esc
| Log | Files | Refs | README |
commit 415fa9026d05389297d0af1f2bd155f94f93d96a parent 5a9cbe1f1643334e9e9d35cd9ac5f08dacb4e13a Author: Marc Coquand <marc@coquand.email> Date: Sat, 21 Feb 2026 19:38:42 +0100 * Diffstat:
| M | main.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/main.c b/main.c
@@ -42,7 +42,6 @@ int main(int argc, char *argv[]) {
char *cmd;
SDL_StartTextInput(window);
- bool is_selecting = false;
Editor *ed = editor_create(char_width, line_height);
ed->cursor_idx = 0;