[vte] emulation: Character deletion switches to hard line ending
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] emulation: Character deletion switches to hard line ending
- Date: Mon, 20 Mar 2017 21:36:49 +0000 (UTC)
commit ccd5023b65ff37936a44a765ba3abd189596a6b3
Author: Egmont Koblinger <egmont gmail com>
Date: Mon Mar 20 22:33:33 2017 +0100
emulation: Character deletion switches to hard line ending
https://bugzilla.gnome.org/show_bug.cgi?id=780011
src/vteseq.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/vteseq.cc b/src/vteseq.cc
index 25e697b..c91beeb 100644
--- a/src/vteseq.cc
+++ b/src/vteseq.cc
@@ -1431,6 +1431,7 @@ VteTerminalPrivate::seq_dc()
_vte_row_data_fill(rowdata, &m_fill_defaults, m_column_count);
len = m_column_count;
}
+ rowdata->attr.soft_wrapped = 0;
/* Repaint this row. */
invalidate_cells(col, len - col,
m_screen->cursor.row, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]