Symbol: cstyle
usr.bin/tmux/format.c
1820
switch (ft->wp->screen->cstyle) {
usr.bin/tmux/input.c
1662
if (s->cstyle != SCREEN_CURSOR_DEFAULT ||
usr.bin/tmux/input.c
1874
screen_set_cursor_style(n, &s->cstyle, &s->mode);
usr.bin/tmux/input.c
2551
if (s->cstyle == SCREEN_CURSOR_BLOCK ||
usr.bin/tmux/input.c
2552
s->cstyle == SCREEN_CURSOR_UNDERLINE ||
usr.bin/tmux/input.c
2553
s->cstyle == SCREEN_CURSOR_BAR) {
usr.bin/tmux/input.c
2555
switch (s->cstyle) {
usr.bin/tmux/input.c
2587
ps, s->cstyle, s->mode);
usr.bin/tmux/prompt.c
147
screen_set_cursor_style(n, &pd->cstyle, &pd->cmode);
usr.bin/tmux/prompt.c
207
pr->cstyle = pd->cstyle;
usr.bin/tmux/prompt.c
47
enum screen_cursor_style cstyle;
usr.bin/tmux/prompt.c
618
s->default_cstyle = pr->cstyle;
usr.bin/tmux/screen.c
195
screen_set_cursor_style(u_int style, enum screen_cursor_style *cstyle,
usr.bin/tmux/screen.c
200
*cstyle = SCREEN_CURSOR_DEFAULT;
usr.bin/tmux/screen.c
203
*cstyle = SCREEN_CURSOR_BLOCK;
usr.bin/tmux/screen.c
207
*cstyle = SCREEN_CURSOR_BLOCK;
usr.bin/tmux/screen.c
211
*cstyle = SCREEN_CURSOR_UNDERLINE;
usr.bin/tmux/screen.c
215
*cstyle = SCREEN_CURSOR_UNDERLINE;
usr.bin/tmux/screen.c
219
*cstyle = SCREEN_CURSOR_BAR;
usr.bin/tmux/screen.c
223
*cstyle = SCREEN_CURSOR_BAR;
usr.bin/tmux/screen.c
88
s->cstyle = SCREEN_CURSOR_DEFAULT;
usr.bin/tmux/tmux.h
1051
enum screen_cursor_style cstyle; /* cursor style */
usr.bin/tmux/tmux.h
1728
enum screen_cursor_style cstyle;
usr.bin/tmux/tty.c
108
tty->cstyle = SCREEN_CURSOR_DEFAULT;
usr.bin/tmux/tty.c
469
if (tty->cstyle != SCREEN_CURSOR_DEFAULT) {
usr.bin/tmux/tty.c
770
enum screen_cursor_style cstyle;
usr.bin/tmux/tty.c
790
cstyle = tty->cstyle;
usr.bin/tmux/tty.c
792
cstyle = s->cstyle;
usr.bin/tmux/tty.c
793
if (cstyle == SCREEN_CURSOR_DEFAULT) {
usr.bin/tmux/tty.c
800
cstyle = s->default_cstyle;
usr.bin/tmux/tty.c
806
if ((changed & CURSOR_MODES) == 0 && cstyle == tty->cstyle)
usr.bin/tmux/tty.c
817
switch (cstyle) {
usr.bin/tmux/tty.c
819
if (tty->cstyle != SCREEN_CURSOR_DEFAULT) {
usr.bin/tmux/tty.c
856
tty->cstyle = cstyle;
usr.bin/tmux/window-client.c
86
WINDOW_CLIENT_FEATURE(cstyle) " "