After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 400749 - GTerminalPerk word echo after delete
GTerminalPerk word echo after delete
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: extensions
0.3.x
Other Linux
: Normal normal
: 0.5.0
Assigned To: LSR maintainers
LSR maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-25 19:50 UTC by Peter Parente
Modified: 2007-02-09 16:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Parente 2007-01-25 19:50:52 UTC
After deleting text in gnome-terminal, word echo says "blank" for all new words entered.
Comment 1 Scott Haeger 2007-02-09 16:39:59 UTC
This bug is a follow up of http://bugzilla.gnome.org/show_bug.cgi?id=372684.

GTerminal caret events change once a backspace has occurred.  Insertion of spaces changes from a move, insert to just a move.  This is a problem because caret insertion event handling is responsible for echoing chars/words.  The solution was to manufacture an insertion event taking care to pass a corrected POR and text attributes.

Fixed in repository.