Commit: 9c7c4ffbe08a4671360b79e213563272432d715b Parent: 4af608e8bdcc929907c6bd60abf3bdb434bf50b5 Author: Randy Palamar Date: Wed, 6 Nov 2024 23:25:04 -0700 don't add random '\n' to end of selection Diffstat:
M | vtgl.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/vtgl.c b/vtgl.c @@ -489,7 +489,6 @@ stream_push_selection(Stream *s, TermView *tv, Range sel, u32 term_width) last_non_space_idx = s->widx; } s->widx = last_non_space_idx; - stream_push_byte(s, '\n'); } static void