Ticket #18 (closed bug: wontfix)

Opened 2 months ago

Last modified 2 months ago

"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

main.c (3.0 kB) - added by arshad.super@… 2 months ago.
fixes a defect when using tab as input in burn.

Change History

Changed 2 months ago by arshad.super@…

fixes a defect when using tab as input in burn.

Changed 2 months ago by mwhitworth

  • status changed from new to closed
  • resolution set to wontfix

Actually, the latest revision of burn includes tab completion, which means the backspace and deletion case is appropriately handled now. Thanks for your attempt at fixing it however.

Add/Change #18 ("burn" does not handle deletion of tabs correctly. (revision 877))

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.