mirror of
				git://git.code.sf.net/p/cdesktopenv/code
				synced 2025-03-09 15:50:02 +00:00 
			
		
		
		
	| Apparently, on FreeBSD, the stty command does not work correctly for setting 'erase' or 'kill' on a pty pseudoterminal. I've no idea whether the bug is in FreeBSD stty or in AST pty, but in any case, a workaround is needed for the time being. src/cmd/ksh93/tests/pty.sh: - Save terminal state on init; set a trap to restore it on exit. - Issue 'stty erase ^H kill ^X' on the real terminal before entering pty pseudoterminals. Resolves #44. | ||
|---|---|---|
| .. | ||
| builtin | ||
| INIT | ||
| ksh93 | ||
| Makefile | ||
| Mamfile | ||