R
RichardOnRails
Hi,
I'm running Ruby 1.5.6 over WinXP-Pro/SP3.
I've got a snippet:
puts "Click to the right of cursor;"
printf "then enter name and press ENTER:"
STDOUT.flush
name = $stdin.gets.chomp
When I run it in a Command window, I get a blinking cursor after the
colon.
When I run it in SciTE, I don't get the cursor.
I checked SciTE's ruby.properties.rb but didn't recognize any option
as cursor-related.
Any Ruby/SciTE jocks with an idea?
Thanks in Advance,
Richard
I'm running Ruby 1.5.6 over WinXP-Pro/SP3.
I've got a snippet:
puts "Click to the right of cursor;"
printf "then enter name and press ENTER:"
STDOUT.flush
name = $stdin.gets.chomp
When I run it in a Command window, I get a blinking cursor after the
colon.
When I run it in SciTE, I don't get the cursor.
I checked SciTE's ruby.properties.rb but didn't recognize any option
as cursor-related.
Any Ruby/SciTE jocks with an idea?
Thanks in Advance,
Richard