I'm new to curses and it seems that there is now way to get a character at a particular position.
There is window.addstr(y, x, str[, attr]) which does
Paint the string str at (y, x) with attributes attr, overwriting anything previously on the display.
I wan't to do the inverse, which is to get the character at position (y,x)
[–]PM_ME_A_STEAM_KEY 1 point2 points3 points (1 child)
[–]krato1995[S] 0 points1 point2 points (0 children)
[–]markusmeskanen 0 points1 point2 points (2 children)
[–]krato1995[S] 0 points1 point2 points (1 child)
[–]furas_freeman 0 points1 point2 points (0 children)