Ticket #18 (closed bug: wontfix)
"burn" does not handle deletion of tabs correctly. (revision 877)
| Reported by: | arshad.super@… | Owned by: | mwhitworth |
|---|---|---|---|
| Priority: | trivial | Component: | burn |
| Version: | Keywords: | burn | |
| Cc: |
Description
If a tab(TAB_WIDTH=8) is input on the cmd line, the
buffer which tracks the cmd line input, does not increment
the count by TAB_WIDTH size. Now when backspace is used
instead of decrementing by TAB_WIDTH size it just decrements 1.
This results in short deletion when ever the tab is used.
I have modified, user/burn/main.c which fixes the above mentioned defect. Modified user/burn/main.c attached.
Version checkout : Revision 877.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
