GNOME Bugzilla – Bug 141148
Speech Does Not Announce ?space?, Regardless Setting
Last modified: 2004-12-22 21:47:04 UTC
Speech Does Not Announce “space” ... 1. Open a terminal window 2. hit "space bar" couple times 3. Listen to speech Speech does not announce space bar
Transferring to vte.
The problem seems to be that vte_terminal_get_text trims space characters at the end of a line.
Created attachment 27208 [details] [review] Proposed patch The patch fixes the reported problem. I do not know ehether it has any undesirable side effects.
The get_text function is also used to supply text for copy/paste operations, and in those cases we have to trim whitespace from the returned string to mimic xterm's behavior.
*** Bug 141150 has been marked as a duplicate of this bug. ***
Created attachment 27225 [details] [review] Reworked patch
Looks good, committing.