From 78595457f965975cf5a24e8bbab6dcb153020b6e Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 16 May 2020 15:24:28 +0000 Subject: Add 'e' key in buffer mode to open the buffer in an editor. --- format-draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format-draw.c') diff --git a/format-draw.c b/format-draw.c index 3ac33ce4..4a4fc6bc 100644 --- a/format-draw.c +++ b/format-draw.c @@ -738,7 +738,7 @@ format_draw(struct screen_write_ctx *octx, const struct grid_cell *base, /* * Draw the screens. How they are arranged depends on where the list - * appearsq. + * appears. */ switch (list_align) { case STYLE_ALIGN_DEFAULT: -- cgit v1.2.3