Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 889276
Collapse All | Expand All

(-)kterm-6.2.0~/main.c (+5 lines)
Lines 133-138 Link Here
133
#endif
133
#endif
134
134
135
#ifdef linux
135
#ifdef linux
136
#define USE_TERMIOS
136
#define USE_SYSV_TERMIO
137
#define USE_SYSV_TERMIO
137
#define USE_SYSV_PGRP
138
#define USE_SYSV_PGRP
138
#define USE_SYSV_UTMP
139
#define USE_SYSV_UTMP
Lines 1152-1158 Link Here
1152
1153
1153
#ifdef USE_TERMIOS /* { */
1154
#ifdef USE_TERMIOS /* { */
1154
	d_tio.c_cc[VSUSP] = CSUSP;
1155
	d_tio.c_cc[VSUSP] = CSUSP;
1156
#ifdef VDSUSP
1155
	d_tio.c_cc[VDSUSP] = CDSUSP;
1157
	d_tio.c_cc[VDSUSP] = CDSUSP;
1158
#endif
1156
	d_tio.c_cc[VREPRINT] = CRPRNT;
1159
	d_tio.c_cc[VREPRINT] = CRPRNT;
1157
	d_tio.c_cc[VDISCARD] = CFLUSH;
1160
	d_tio.c_cc[VDISCARD] = CFLUSH;
1158
	d_tio.c_cc[VWERASE] = CWERASE;
1161
	d_tio.c_cc[VWERASE] = CWERASE;
Lines 1293-1299 Link Here
1293
#endif	/* } TIOCSLTC */
1296
#endif	/* } TIOCSLTC */
1294
#ifdef USE_TERMIOS /* { */
1297
#ifdef USE_TERMIOS /* { */
1295
	d_tio.c_cc[VSUSP] = CSUSP;
1298
	d_tio.c_cc[VSUSP] = CSUSP;
1299
#ifdef VDSUSP
1296
	d_tio.c_cc[VDSUSP] = '\000';
1300
	d_tio.c_cc[VDSUSP] = '\000';
1301
#endif
1297
	d_tio.c_cc[VREPRINT] = '\377';
1302
	d_tio.c_cc[VREPRINT] = '\377';
1298
	d_tio.c_cc[VDISCARD] = '\377';
1303
	d_tio.c_cc[VDISCARD] = '\377';
1299
	d_tio.c_cc[VWERASE] = '\377';
1304
	d_tio.c_cc[VWERASE] = '\377';

Return to bug 889276