Searched refs:scrollback (Results 1 – 10 of 10) sorted by relevance
29 The scrollback buffer of the standard VGA console is located in31 If you require a larger scrollback buffer, this can be placed in33 Placing the scrollback buffer in System RAM will slightly slow45 Enter the amount of System RAM to allocate for scrollback47 16 80x25 screenfuls of scrollback buffer.54 Say Y here if the scrollback history should persist by default when55 switching between consoles. Otherwise, the scrollback history will be60 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);
129 * You'll get scrollback (the Shift-PgUp thing),130 the video memory can be used as scrollback buffer
87 2. fbcon=scrollback:<value>[k]89 The scrollback buffer is memory that is used to preserve display
156 disable software scrollback, as it can oops badly ...
296 with 'video=scrollback:0'.
572 scrollback(vc); in fn_scroll_back()
1425 void scrollback(struct vc_data *vc) in scrollback() function
2934 no-scroll [VGA] Disables scrollback.