this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

render: reset osc8 link on reposition

Reset the link state on reposition so we properly write a new OSC8 tag

+1
+1
src/Vaxis.zig
··· 392 392 // reposition the cursor, if needed 393 393 if (reposition) { 394 394 reposition = false; 395 + link = .{}; 395 396 if (self.state.alt_screen) 396 397 try tty.print(ctlseqs.cup, .{ row + 1, col + 1 }) 397 398 else {