Skip to content

Commit

Permalink
emulation: Character deletion switches to hard line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
egmontkob committed Mar 20, 2017
1 parent 8e8f841 commit ccd5023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vteseq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ccd5023

Please sign in to comment.