[vte/vte-0-46] emulation: Character deletion switches to hard line ending



commit a102e83eeef8e2360f66e2e720de565b287514fe
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
    (cherry picked from commit ccd5023b65ff37936a44a765ba3abd189596a6b3)

 src/vteseq.cc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/vteseq.cc b/src/vteseq.cc
index a65c83c..46b7723 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]