blob: 646faa72d625bf81ebe72d7a1fa0bf1a37297467 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Index: backgammon/common_source/subs.c
@@ -420,7 +418,7 @@
if (tflag)
newpos();
buflush();
- tty.sg_flags = mode;
+ tty.c_lflag = mode;
if (stty (0,&tty) < 0)
errexit("fixtty");
}
|