Merge pull request #8915 from rickyz/line_wrapping

Fix terminal line wrapping detection in the TUI.
This commit is contained in:
Björn Linse
2018-09-09 12:44:03 +02:00
committed by GitHub
7 changed files with 60 additions and 73 deletions

View File

@@ -424,7 +424,8 @@ static void remote_ui_put(UI *ui, const char *cell)
static void remote_ui_raw_line(UI *ui, Integer grid, Integer row,
Integer startcol, Integer endcol,
Integer clearcol, Integer clearattr,
const schar_T *chunk, const sattr_T *attrs)
Boolean wrap, const schar_T *chunk,
const sattr_T *attrs)
{
UIData *data = ui->data;
if (ui->ui_ext[kUINewgrid]) {