Symbol: screen
distrib/special/more/more.c
513
screen(FILE *f, int num_lines)
games/battlestar/fly.c
182
screen(void)
lib/libcurses/curses.priv.h
966
typedef struct screen {
usr.bin/tmux/tmux.h
1891
struct screen screen;
usr.bin/tmux/tmux.h
2456
struct screen *);
usr.bin/tmux/tmux.h
2624
void tty_update_mode(struct tty *, int, struct screen *);
usr.bin/tmux/tmux.h
2631
void tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int,
usr.bin/tmux/tmux.h
3076
void input_parse_screen(struct input_ctx *, struct screen *,
usr.bin/tmux/tmux.h
3087
int input_key(struct screen *, struct bufferevent *, key_code);
usr.bin/tmux/tmux.h
3088
int input_key_get_mouse(struct screen *, struct mouse_event *, u_int,
usr.bin/tmux/tmux.h
3142
struct grid_cell **, int, struct screen *);
usr.bin/tmux/tmux.h
3194
void screen_write_make_list(struct screen *);
usr.bin/tmux/tmux.h
3195
void screen_write_free_list(struct screen *);
usr.bin/tmux/tmux.h
3197
struct window_pane *, struct screen *);
usr.bin/tmux/tmux.h
3198
void screen_write_start(struct screen_write_ctx *, struct screen *);
usr.bin/tmux/tmux.h
3199
void screen_write_start_callback(struct screen_write_ctx *, struct screen *,
usr.bin/tmux/tmux.h
3214
void screen_write_fast_copy(struct screen_write_ctx *, struct screen *,
usr.bin/tmux/tmux.h
3224
void screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,
usr.bin/tmux/tmux.h
3274
void screen_init(struct screen *, u_int, u_int, u_int);
usr.bin/tmux/tmux.h
3275
void screen_reinit(struct screen *);
usr.bin/tmux/tmux.h
3276
void screen_free(struct screen *);
usr.bin/tmux/tmux.h
3277
void screen_reset_tabs(struct screen *);
usr.bin/tmux/tmux.h
3278
void screen_reset_hyperlinks(struct screen *);
usr.bin/tmux/tmux.h
3279
void screen_set_default_cursor(struct screen *, struct options *);
usr.bin/tmux/tmux.h
3281
void screen_set_cursor_colour(struct screen *, int);
usr.bin/tmux/tmux.h
3282
int screen_set_title(struct screen *, const char *);
usr.bin/tmux/tmux.h
3283
void screen_set_path(struct screen *, const char *);
usr.bin/tmux/tmux.h
3284
void screen_push_title(struct screen *);
usr.bin/tmux/tmux.h
3285
void screen_pop_title(struct screen *);
usr.bin/tmux/tmux.h
3286
void screen_set_progress_bar(struct screen *, enum progress_bar_state, int);
usr.bin/tmux/tmux.h
3287
void screen_resize(struct screen *, u_int, u_int, int);
usr.bin/tmux/tmux.h
3288
void screen_resize_cursor(struct screen *, u_int, u_int, int, int, int);
usr.bin/tmux/tmux.h
3289
void screen_set_selection(struct screen *, u_int, u_int, u_int, u_int,
usr.bin/tmux/tmux.h
3291
void screen_clear_selection(struct screen *);
usr.bin/tmux/tmux.h
3292
void screen_hide_selection(struct screen *);
usr.bin/tmux/tmux.h
3293
int screen_check_selection(struct screen *, u_int, u_int);
usr.bin/tmux/tmux.h
3294
int screen_select_cell(struct screen *, struct grid_cell *,
usr.bin/tmux/tmux.h
3296
void screen_alternate_on(struct screen *, struct grid_cell *, int);
usr.bin/tmux/tmux.h
3297
void screen_alternate_off(struct screen *, struct grid_cell *, int);
usr.bin/tmux/tmux.h
3299
const char *screen_print(struct screen *, int);
usr.bin/tmux/tmux.h
3481
const struct menu_item *, struct screen **);
usr.bin/tmux/tmux.h
977
struct screen {