Home
last modified time | relevance | path

Searched refs:GRID_HISTORY (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dscreen.c384 if (gd->flags & GRID_HISTORY) { in screen_resize_y()
407 if (gd->flags & GRID_HISTORY && available > 0) { in screen_resize_y()
633 s->grid->flags &= ~GRID_HISTORY; in screen_alternate_on()
677 if (s->saved_flags & GRID_HISTORY) in screen_alternate_off()
678 s->grid->flags |= GRID_HISTORY; in screen_alternate_off()
Dgrid-view.c109 if (gd->flags & GRID_HISTORY) { in grid_view_scroll_region_up()
Dscreen-write.c1542 (gd->flags & GRID_HISTORY) && in screen_write_clearendofscreen()
1602 if ((s->grid->flags & GRID_HISTORY) && in screen_write_clearscreen()
Dgrid.c286 gd->flags = GRID_HISTORY; in grid_create()
Dtmux.h805 #define GRID_HISTORY 0x1 /* scroll lines into history */ macro
Dwindow-copy.c360 dst->grid->flags |= GRID_HISTORY; in window_copy_clone_screen()