sambattalio / chad_stride

A small curses program to stride across your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find a way to only have one chad array

sambattalio opened this issue · comments

I'm not sure if its possible, but instead of having a forwards and backwards chad, it'd be sick if we only had one and could maybe "Reverse" it with the ncurses library.

Instead of using mvaddnstr() to draw entire rows write your own function that uses mvaddch() to draw each character individually, you should then be able to implement any transformation when drawing.

ooh cool, I'll look into that. Thanks @faissaloo