Anyway, here's the diff:
--- cut ---
*** drivers/video/fbcon.c Mon Sep 28 07:21:34 1998
--- drivers/video/fbcon.c Mon Sep 28 13:01:22 1998
***************
*** 502,508 ****
if (!init) {
if (con == fg_console)
! set_palette(); /* Unlike vgacon, we have to set palette before resize on directcolor,
so that it is drawn with correct colors */
vc_resize_con(nr_rows, nr_cols, con);
if (save) {
--- 502,508 ----
if (!init) {
if (con == fg_console)
! set_palette(con); /* Unlike vgacon, we have to set palette before resize on directcolor,
so that it is drawn with correct colors */
vc_resize_con(nr_rows, nr_cols, con);
if (save) {
*** include/linux/console.h Mon Sep 28 07:21:54 1998
--- include/linux/console.h Mon Sep 28 13:12:56 1998
***************
*** 58,63 ****
--- 58,65 ----
/* scroll */
#define SM_UP (1)
#define SM_DOWN (2)
+ #define SM_LEFT (3)
+ #define SM_RIGHT (4)
/* cursor */
#define CM_DRAW (1)
--- cut ---
If I am missing something important (like 'why') let me know.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/