REBOL3 tracker
  0.9.12 beta
Ticket #0001982 User: anonymous

Project:



rss
TypeBug Statussubmitted Date2-Mar-2013 21:08
Versionr3 master CategoryConsole Submitted bySomeKittens
PlatformLinux x86 libc6 Severityminor Prioritynormal

Summary Entering tab results in unexpected behavior
Description When the tab key is pressed, the user sees eight spaces entered, but the interpreter only "sees" one tab character. Thus, if I hit backspace once, the tab key is eliminated (but I still see seven spaces).
Example code
; \t == tab key
; ^H == backspace
; Plug this into the REPL and you'll see what I'm talking about.

>> print "F\t^Hoobar"
Foobar

Assigned ton/a Fixed in- Last Update2-Mar-2013 21:08


Comments

Date User Field Action Change
2-Mar-2013 21:08 somekittens Ticket Added -