Tag Archives: git

A short note on arrays and ncurses with a bit of a git.

So ncurses operates on a y,x co-ordinate system.  All of it’s functions expect y first, for example: getyx(y,x); which gets the location of the cursor putting the values into y and x.  This sounds a bit counter intuitive to us, … Continue reading

Posted in Programming | Tagged , , , , | Comments Off on A short note on arrays and ncurses with a bit of a git.