diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-05-16 15:24:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-05-16 15:24:29 +0000 |
commit | 4d0108c2832ca062ae18270d3016b6b11eba26b7 (patch) | |
tree | 21ab95dd5c87b1f0b320100c09e15033e574447b /usr.bin/tmux/format-draw.c | |
parent | 3f33fb00a112af4bee22b475aa8aa7010c80bc79 (diff) |
Add 'e' key in buffer mode to open the buffer in an editor.
Diffstat (limited to 'usr.bin/tmux/format-draw.c')
-rw-r--r-- | usr.bin/tmux/format-draw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/format-draw.c b/usr.bin/tmux/format-draw.c index 866cbca4829..15940c12d4f 100644 --- a/usr.bin/tmux/format-draw.c +++ b/usr.bin/tmux/format-draw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: format-draw.c,v 1.16 2020/04/09 15:35:27 nicm Exp $ */ +/* $OpenBSD: format-draw.c,v 1.17 2020/05/16 15:24:28 nicm Exp $ */ /* * Copyright (c) 2019 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -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: |