+2
-4
lines changedFilter options
+2
-4
lines changed Original file line number Diff line number Diff line change
@@ -151,10 +151,8 @@ void ui_client_event_grid_line(Array args)
151
151
Integer startcol = args.items[2].data.integer;
152
152
Array cells = args.items[3].data.array;
153
153
154
-
Integer endcol, clearcol;
155
154
// TODO(hlpr98): Accommodate other LineFlags when included in grid_line
156
155
LineFlags lineflags = 0;
157
-
endcol = startcol;
158
156
159
157
size_t j = 0;
160
158
int cur_attr = 0;
@@ -203,8 +201,8 @@ void ui_client_event_grid_line(Array args)
203
201
}
204
202
}
205
203
206
-
endcol = startcol + (int)j;
207
-
clearcol = endcol + clear_width;
204
+
Integer endcol = startcol + (int)j;
205
+
Integer clearcol = endcol + clear_width;
208
206
clear_attr = cur_attr;
209
207
210
208
ui_call_raw_line(grid, row, startcol, endcol, clearcol, clear_attr, lineflags,
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4