Ian Macdonald <ian / caliban.org> writes: > Hi, > > Is there a way to portably disable the cursor in Ruby? afaik, not in any language since this is runtime-environment related. There's ncurses for manipulating terminals in unix. Not sure about in win32. YS.