Module libterm::cursor

source ·

Structs

  • The cursor structure used in the terminal. A cursor is a special symbol shown in the text box of a terminal. It indicates the position of character where the next input would be put or the delete operation works on. Terminal invokes its display method in a loop to let a cursor blink.