[MBT] new ticket for pkg sh-utils "stty -raw treats istrip incorrectly"
bugs at pld.org.pl
bugs at pld.org.pl
Mon Aug 26 18:23:42 CEST 2002
Date: 2002-08-26 18:23:42+02 Author: (kreutzm) <kreutzm at itp.uni-hannover.de>
Title: stty -raw treats istrip incorrectly
Ticket ID: #310
Ticket URL: http://bugs.pld.org.pl/?bug=310
Package: sh-utils-2.0.12-1
Distribution: PLD-Ra.main
Category: doesn't work as it should
Current state: opened
Text:
stty -raw does not reset istrip:
kreutzm at zola:~[527] % stty -a|grep istr
-ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
kreutzm at zola:~[528] % stty raw
kreutzm at zola:~[529] % stty -a|grep istr
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon
kreutzm at zola:~[530] % stty -raw
kreutzm at zola:~[531] % stty -a|grep istr
-ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl ixon -ixoff
So after stty raw, stty -raw istrip is not reset, rendering input of umlaute impossible.
More information about the pld-bugs
mailing list