dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.48k stars 112 forks source link

make several functions use a const reference to ncplane #2658

Closed joseluis closed 2 years ago

joseluis commented 2 years ago

make the following functions take a const reference to ncplane, since that's all they need:

nccell_duplicate, ncplane_base, ncplane_at_cursor, ncplane_at_cursor_cell, ncplane_at_yx_cell, ncplane_contents.

joseluis commented 2 years ago

hey @dankamongmen! I hope you don't mind me tackling this issue. I went affead since it doesn't affect the ABI and everything seems to work well.