#8212 closed patch
console: KillLastWord broken
Reported by: | wjp | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
KillLastWord corrupts the prompt structure, because it can put _currentPos behind _promptEndPos. (it decreases _currentPos by cnt, and decreases _promptEndPos by cnt+1)
The attached patch seems to fix things.
Ticket imported from: #731615. Ticket imported from: patches/317.
Attachments (1)
Change History (3)
by , 22 years ago
Attachment: | console_killword.diff added |
---|
comment:1 by , 22 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Component: | → GUI |
---|
Note:
See TracTickets
for help on using tickets.
console_killword.diff