Search code examples
csocketsterminaltext-cursor

Hide cursor on remote terminal


I have an open socket to a remote terminal. Using the answer to "Force telnet client into character mode" I was able to put that terminal into character mode.

My question is, how do I hide the cursor in the remote terminal using this method?


Solution

  • This is something that the ncurses library can do for you.

    The curs_set() function can make the cursor invisible.