mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
multigrid: Fix lint errors
This commit is contained in:

committed by
Björn Linse

parent
8b47b56fc6
commit
ba6f9f60ad
@@ -112,7 +112,7 @@ retnomove:
|
||||
if (row >= 0 && row < Rows && col >= 0 && col <= Columns
|
||||
&& default_grid.ScreenLines != NULL) {
|
||||
mouse_char = default_grid.ScreenLines[default_grid.LineOffset[row]
|
||||
+ (unsigned)col][0];
|
||||
+ (unsigned)col][0];
|
||||
} else {
|
||||
mouse_char = ' ';
|
||||
}
|
||||
|
Reference in New Issue
Block a user