Ticket #1797 (closed defect: fixed)
Tabs lost when pasting text
Reported by: | nomis | Owned by: | angel_il |
---|---|---|---|
Priority: | major | Milestone: | 4.8.11 |
Component: | mcedit | Version: | 4.7.0-pre4 |
Keywords: | Cc: | dev.nul@…, polynomial-c@… | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
When pasting text that contains tabs, (using shift insert with konsole), the tab characters do not get pasted.
This is because the shift key is held down while pasting and the tab character gets converted to a backtab (KEY_BTAB) in the function correct_key_code() in src/tty/key.c
Change History
comment:1 Changed 15 years ago by angel_il
- Status changed from new to accepted
- Owner set to angel_il
comment:3 Changed 13 years ago by andrew_b
- Branch state set to no branch
- Milestone changed from 4.7 to Future Releases
comment:5 Changed 11 years ago by andrew_b
Seems, this bug is fixed as part of #2661: [930f68301918a2772aea3b600be4288b78cc03fc]. Please check that.
Note: See
TracTickets for help on using
tickets.