Home
last modified time | relevance | path

Searched refs:scrollback (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/video/console/
DKconfig29 The scrollback buffer of the standard VGA console is located in
31 If you require a larger scrollback buffer, this can be placed in
33 Placing the scrollback buffer in System RAM will slightly slow
45 Enter the amount of System RAM to allocate for scrollback
47 16 80x25 screenfuls of scrollback buffer.
54 Say Y here if the scrollback history should persist by default when
55 switching between consoles. Otherwise, the scrollback history will be
60 This feature might break your tool of choice to flush the scrollback
Dvgacon.c190 struct vgacon_scrollback_info *scrollback = &vgacon_scrollbacks[vc_num]; in vgacon_scrollback_reset() local
192 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()
/Linux-v4.19/include/linux/
Dvt_kern.h49 void scrollback(struct vc_data *vc);
/Linux-v4.19/Documentation/fb/
Dvesafb.txt129 * You'll get scrollback (the Shift-PgUp thing),
130 the video memory can be used as scrollback buffer
Dfbcon.txt87 2. fbcon=scrollback:<value>[k]
89 The scrollback buffer is memory that is used to preserve display
Dsstfb.txt156 disable software scrollback, as it can oops badly ...
Dmatroxfb.txt296 with 'video=scrollback:0'.
/Linux-v4.19/drivers/tty/vt/
Dkeyboard.c572 scrollback(vc); in fn_scroll_back()
Dvt.c1425 void scrollback(struct vc_data *vc) in scrollback() function
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt2934 no-scroll [VGA] Disables scrollback.