mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
@@ -607,6 +607,7 @@ void terminal_get_line_attributes(Terminal *term, win_T *wp, int linenr,
|
||||
return;
|
||||
}
|
||||
|
||||
width = MIN(TERM_ATTRS_MAX, width);
|
||||
for (int col = 0; col < width; col++) {
|
||||
VTermScreenCell cell;
|
||||
bool color_valid = fetch_cell(term, row, col, &cell);
|
||||
|
Reference in New Issue
Block a user