Searched refs:GRID_HISTORY (Results 1 – 6 of 6) sorted by relevance
384 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()
109 if (gd->flags & GRID_HISTORY) { in grid_view_scroll_region_up()
1542 (gd->flags & GRID_HISTORY) && in screen_write_clearendofscreen()1602 if ((s->grid->flags & GRID_HISTORY) && in screen_write_clearscreen()
286 gd->flags = GRID_HISTORY; in grid_create()
805 #define GRID_HISTORY 0x1 /* scroll lines into history */ macro
360 dst->grid->flags |= GRID_HISTORY; in window_copy_clone_screen()