mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
fix(ui): propagate line wrapping state on grid_line events
This fixes the TUI's line-wrapping behavior, which was broken with the migration to the msgpack-based UI protocol (see https://github.com/neovim/neovim/issues/7369#issuecomment-1571812273).
This commit is contained in:
@@ -117,6 +117,7 @@ typedef struct {
|
||||
int coloff;
|
||||
int cur_attr;
|
||||
int clear_width;
|
||||
bool wrap;
|
||||
} GridLineEvent;
|
||||
|
||||
#endif // NVIM_GRID_DEFS_H
|
||||
|
Reference in New Issue
Block a user