Hi,
I have question re: Highline. In this code fragment, when running on MacOS/X:
agree("overwite #{path}? y/<%= color('N', BOLD) %>", true)
{|q| q.default = false}
... The prompt is followed by a newline in irb/ruby. I can't see an
option in the docs to change this behavior. I'm trying to emulate the
question when copying a directory tree like the Rails command or its
generators do.
Some searching led me to think that the Termios gem may help, but if I
try to install it (Ruby 1.9.2-p0), I get this:
termios.c: In function Áµermios_to_termios
termios.c:182: error: ÁÔtruct RArrayhas no member named ÁÑtrtermios.c:183: error: ÁÔtruct RArrayhas no member named ÁÑtrtermios.c: In function ÁÕermios_tcgetattr
termios.c:200: error: Á°penFileundeclared (first use in this function)
termios.c:200: error: (Each undeclared identifier is reported only once
termios.c:200: error: for each function it appears in.)
termios.c:200: error: ÁÇptrundeclared (first use in this function)
termios.c: In function ÁÕermios_tcsetattr
termios.c:224: error: Á°penFileundeclared (first use in this function)
termios.c:224: error: ÁÇptrundeclared (first use in this function)
termios.c:231: warning: initialization discards qualifiers from
pointer target type
termios.c: In function ÁÕermios_tcsendbreak
termios.c:265: error: Á°penFileundeclared (first use in this function)
termios.c:265: error: ÁÇptrundeclared (first use in this function)
termios.c: In function ÁÕermios_tcdrain
termios.c:290: error: Á°penFileundeclared (first use in this function)
termios.c:290: error: ÁÇptrundeclared (first use in this function)
termios.c: In function ÁÕermios_tcflush
termios.c:313: error: Á°penFileundeclared (first use in this function)
termios.c:313: error: ÁÇptrundeclared (first use in this function)
termios.c: In function ÁÕermios_tcflow
termios.c:343: error: Á°penFileundeclared (first use in this function)
termios.c:343: error: ÁÇptrundeclared (first use in this function)
termios.c: In function ÁÕermios_tcgetpgrp
termios.c:374: error: Á°penFileundeclared (first use in this function)
termios.c:374: error: ÁÇptrundeclared (first use in this function)
termios.c: In function ÁÕermios_tcsetpgrp
termios.c:398: error: Á°penFileundeclared (first use in this function)
termios.c:398: error: ÁÇptrundeclared (first use in this function)
make: *** [termios.o] Error 1
Thanks (Snow Leopard, BTW)
Cheers,
Ed
Ed Howland
http://greenprogrammer.wordpress.com
http://twitter.com/ed_howland