From 3cc38bc644054d645ba756877e9779a99f6403f5 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 18 Nov 2019 16:26:40 -0300 Subject: [PATCH] Removing "\n" at the end of copied string. --- src/selection/text.c | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/src/selection/text.c b/src/selection/text.c index dd0879d..f37a190 100644 --- a/src/selection/text.c +++ b/src/selection/text.c @@ -53,7 +53,6 @@ gchar * v3270_get_selection_as_text(v3270 * terminal, const GList *selection, co src++; } - g_string_append_c(string,'\n'); } selection = g_list_next(selection); -- libgit2 0.21.2