oiwn/tui-screen-savers-rs

Looks like first screen row and column not used.

oiwn opened this issue · 2 comments

oiwn commented

Need to figure out why when projecting buffer (have coords system starting from (0,0)) to screen (starting from (1, 1)) it skip first row and column.

https://docs.rs/crossterm/latest/crossterm/terminal/fn.size.html

oiwn commented

Actually, MoveTo started from (0, 0)

https://docs.rs/crossterm/latest/crossterm/cursor/struct.MoveTo.html

Attention is all i need lol.

oiwn commented

fixed with 2f9ca84