Searched refs:scrollback (Results 1 – 10 of 10) sorted by relevance
30 The scrollback buffer of the standard VGA console is located in32 If you require a larger scrollback buffer, this can be placed in34 Placing the scrollback buffer in System RAM will slightly slow46 Enter the amount of System RAM to allocate for scrollback48 16 80x25 screenfuls of scrollback buffer.55 Say Y here if the scrollback history should persist by default when56 switching between consoles. Otherwise, the scrollback history will be61 This feature might break your tool of choice to flush the scrollback
190 struct vgacon_scrollback_info *scrollback = &vgacon_scrollbacks[vc_num]; in vgacon_scrollback_reset() local192 if (scrollback->data && reset_size > 0) in vgacon_scrollback_reset()193 memset(scrollback->data, 0, reset_size); in vgacon_scrollback_reset()195 scrollback->cnt = 0; in vgacon_scrollback_reset()196 scrollback->tail = 0; in vgacon_scrollback_reset()197 scrollback->cur = 0; in vgacon_scrollback_reset()
49 void scrollback(struct vc_data *vc);
138 * You'll get scrollback (the Shift-PgUp thing),139 the video memory can be used as scrollback buffer
90 2. fbcon=scrollback:<value>[k]92 The scrollback buffer is memory that is used to preserve display
190 disable software scrollback, as it can oops badly ...
321 with 'video=scrollback:0'.
573 scrollback(vc); in fn_scroll_back()
1435 void scrollback(struct vc_data *vc) in scrollback() function
3156 no-scroll [VGA] Disables scrollback.