Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37382626
en ru br
Репозитории ALT
S:2.9.1-alt1.qa2
5.1: 2.8-alt4
4.1: 2.8-alt4
4.0: 2.8-alt4
3.0: 2.8-alt4
www.altlinux.org/Changes

Группа :: Звук
Пакет: aumix

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: aumix-2.8-rh-cursor-color.patch
Скачать


michael@yohe.net - this fixes the blue cursor that appears on some terminals
as - CloseScreen() resets the color to default, but nothing ever gets printed
so the cursor was never updated.  Simply adding a carriage return does not
change the behavior, and will reset the cursor properly.
--- src/common.c	2002-11-25 10:07:08.000000000 -0600
+++ src/common.c	2002-11-25 10:06:50.000000000 -0600
@@ -251,6 +251,9 @@
 		close(mixer_fd);
 #if HAVE_CURSES
 		CloseScreen();
+		
+		/* simple carriage return to reset the cursor */
+		printf( "\n" );
 	}
 #endif				/* HAVE_CURSES */
 	exit(EXIT_SUCCESS);
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin