Combines locate fix, show/hide cursor + Justin Jordans additions
Fork of Terminal by
Diff: Terminal.h
- Revision:
- 9:45fba42a98aa
- Parent:
- 6:419eea2fe960
--- a/Terminal.h Sat Mar 25 19:10:15 2017 +0000 +++ b/Terminal.h Thu Jul 06 13:17:38 2017 +0000 @@ -75,6 +75,12 @@ /** Set the background colour */ void background(int colour); + /** Hide Cursor from terminal*/ + void hideCursor(); + + /** Hide Cursor from terminal*/ + void showCursor(); + /** Get integer value from user * * @param msg - User prompt