mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00:00
Merge pull request #8915 from rickyz/line_wrapping
Fix terminal line wrapping detection in the TUI.
This commit is contained in:
@@ -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]) {
|
||||
|
Reference in New Issue
Block a user