patch-2.1.33 linux/drivers/char/selection.c

Next file: linux/drivers/char/tty_io.c
Previous file: linux/drivers/char/pcxx.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.32/linux/drivers/char/selection.c linux/drivers/char/selection.c
@@ -118,8 +118,9 @@
 	int sel_mode, new_sel_start, new_sel_end, spc;
 	char *bp, *obp;
 	int i, ps, pe;
-
+	
 	do_unblank_screen();
+	poke_blanked_console();
 
 	{ unsigned short *args, xs, ys, xe, ye;
 
@@ -291,7 +292,7 @@
 	
 	if (!bp || !c)
 		return 0;
-	do_unblank_screen();
+	poke_blanked_console();
 	add_wait_queue(&vt->paste_wait, &wait);
 	do {
 		current->state = TASK_INTERRUPTIBLE;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov