Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37595206
en ru br
ALT Linux repos
S:1.0.8-alt3

Group :: Terminals
RPM: ttyrec

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 16_ttyrec_XCASE.diff
Download


Description: Workaround no XCASE
Author: NIIBE Yutaka <gniibe@fsij.org>
Last-Update: 2010-04-28
--- ttyrec-1.0.8.orig/ttyrec.c	2010-04-28 13:31:22.000000000 +0900
+++ ttyrec-1.0.8/ttyrec.c	2010-04-28 13:36:49.000000000 +0900
@@ -352,6 +352,9 @@
 
 	rtt = tt;
 #if defined(SVR4)
+#if !defined(XCASE)
+#define XCASE 0
+#endif
 	rtt.c_iflag = 0;
 	rtt.c_lflag &= ~(ISIG|ICANON|XCASE|ECHO|ECHOE|ECHOK|ECHONL);
 	rtt.c_oflag = OPOST;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin