From 09aa378c3422ad091498dce5633107c5610ab1e1 Mon Sep 17 00:00:00 2001 From: yokota Date: Sun, 19 Sep 1999 08:07:46 +0000 Subject: - Preserve the content of the back scroll buffer when changing the video mode. Requested by: a lot of people. PR: kern/13764 --- sys/dev/syscons/syscons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/syscons/syscons.h') diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 01d82a0..674371f1 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -489,6 +489,7 @@ int sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset); #define sc_vtb_tail(vtb) ((vtb)->vtb_tail) #define sc_vtb_rows(vtb) ((vtb)->vtb_rows) +#define sc_vtb_cols(vtb) ((vtb)->vtb_cols) void sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count); -- cgit v1.1