@@ -219,11 +219,11 @@ func TestWindow_updateLine(t *testing.T) {
219219 },
220220 },
221221 []Cell {
222- Cell {hldef [7 ], "~" , true },
223- Cell {hldef [7 ], " " , true },
224- Cell {hldef [7 ], " " , true },
225- Cell {hldef [7 ], " " , true },
226- Cell {hldef [7 ], " " , true },
222+ Cell {hldef [7 ], "~" , true , nil },
223+ Cell {hldef [7 ], " " , true , nil },
224+ Cell {hldef [7 ], " " , true , nil },
225+ Cell {hldef [7 ], " " , true , nil },
226+ Cell {hldef [7 ], " " , true , nil },
227227 },
228228 },
229229 {
@@ -243,11 +243,11 @@ func TestWindow_updateLine(t *testing.T) {
243243 },
244244 },
245245 []Cell {
246- Cell {hldef [7 ], "~" , true },
247- Cell {hldef [7 ], " " , true },
248- Cell {hldef [7 ], " " , true },
249- Cell {hldef [6 ], "*" , true },
250- Cell {hldef [6 ], "*" , true },
246+ Cell {hldef [7 ], "~" , true , nil },
247+ Cell {hldef [7 ], " " , true , nil },
248+ Cell {hldef [7 ], " " , true , nil },
249+ Cell {hldef [6 ], "*" , true , nil },
250+ Cell {hldef [6 ], "*" , true , nil },
251251 },
252252 },
253253 {
@@ -270,11 +270,11 @@ func TestWindow_updateLine(t *testing.T) {
270270 },
271271 },
272272 []Cell {
273- Cell {hldef [7 ], "~" , true },
274- Cell {hldef [6 ], "@" , true },
275- Cell {hldef [6 ], "v" , true },
276- Cell {hldef [6 ], "i" , true },
277- Cell {hldef [6 ], "m" , true },
273+ Cell {hldef [7 ], "~" , true , nil },
274+ Cell {hldef [6 ], "@" , true , nil },
275+ Cell {hldef [6 ], "v" , true , nil },
276+ Cell {hldef [6 ], "i" , true , nil },
277+ Cell {hldef [6 ], "m" , true , nil },
278278 },
279279 },
280280 {
@@ -295,11 +295,11 @@ func TestWindow_updateLine(t *testing.T) {
295295 },
296296 },
297297 []Cell {
298- Cell {hldef [7 ], " " , true },
299- Cell {hldef [7 ], " " , true },
300- Cell {hldef [7 ], "J" , true },
301- Cell {hldef [6 ], "i" , true },
302- Cell {hldef [6 ], "m" , true },
298+ Cell {hldef [7 ], " " , true , nil },
299+ Cell {hldef [7 ], " " , true , nil },
300+ Cell {hldef [7 ], "J" , true , nil },
301+ Cell {hldef [6 ], "i" , true , nil },
302+ Cell {hldef [6 ], "m" , true , nil },
303303 },
304304 },
305305 }
0 commit comments