HomeSort by: relevance | last modified time | path
    Searched defs:cstyle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
tty.c 115 tty->cstyle = SCREEN_CURSOR_DEFAULT;
475 if (tty->cstyle != SCREEN_CURSOR_DEFAULT) {
771 enum screen_cursor_style cstyle; local
791 cstyle = tty->cstyle;
793 cstyle = s->cstyle;
794 if (cstyle == SCREEN_CURSOR_DEFAULT) {
801 cstyle = s->default_cstyle;
807 if ((changed & CURSOR_MODES) == 0 && cstyle == tty->cstyle
    [all...]
tmux.h 966 enum screen_cursor_style cstyle; /* cursor style */ member in struct:screen
1553 enum screen_cursor_style cstyle; member in struct:tty

Completed in 28 milliseconds