diff options
| author | David Moc <personal@cdatgoose.org> | 2026-05-31 03:47:04 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-05-31 03:47:04 +0200 |
| commit | 6aeaa171dc1ca43392f53cbd02097f76e1b1c5a0 (patch) | |
| tree | b16f559f5a701123ebe7b15ecebb9325263b4a3c /src/eval.c | |
| parent | e930cc6bdc7f62befac063d7d9d016ffb0a64f1a (diff) | |
Hardened API, tetris, MD-View
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,7 @@ int ecex_eval_source(ecex_t *ed, buffer_set_interactive(out, 1); ecex_buffer_set_major_mode_by_name(ed, out, "eval-output-mode"); buffer_append(out, "Eval output (g: re-eval, q: quit window, ENTER: follow line if available)\n"); - buffer_append(out, "────────────────────────────────────────────────────────────────\n\n"); + buffer_append(out, "-------------------------------------------------------------------------\n\n"); buffer_append(out, "Eval: "); buffer_append(out, filename ? filename : "<eval>"); buffer_append(out, "\n\n"); |
