The code in tty.c in all(?) versions of unix seems to adopt the position that a character with a detected parity error should be ignored. Does anyone do anything about reflecting the error to the user? What are the difficulties and/or recommended approaches with doing this?