mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
ui/compositor: add redraws needed due to intersected doublewidth chars.
This commit is contained in:
@@ -461,7 +461,7 @@ 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,
|
||||
Boolean wrap, const schar_T *chunk,
|
||||
LineFlags flags, const schar_T *chunk,
|
||||
const sattr_T *attrs)
|
||||
{
|
||||
UIData *data = ui->data;
|
||||
|
@@ -92,7 +92,7 @@ void grid_destroy(Integer grid)
|
||||
// translate this in to the public grid_line format.
|
||||
void raw_line(Integer grid, Integer row, Integer startcol,
|
||||
Integer endcol, Integer clearcol, Integer clearattr,
|
||||
Boolean wrap, const schar_T *chunk, const sattr_T *attrs)
|
||||
LineFlags flags, const schar_T *chunk, const sattr_T *attrs)
|
||||
FUNC_API_NOEXPORT FUNC_API_COMPOSITOR_IMPL;
|
||||
|
||||
void event(char *name, Array args, bool *args_consumed)
|
||||
|
Reference in New Issue
Block a user