hivexsh: Change handling of prompt argument to rl_gets()
authorRichard Jones <rjones@redhat.com>
Wed, 3 Feb 2010 17:48:37 +0000 (17:48 +0000)
committerRichard Jones <rjones@redhat.com>
Fri, 19 Feb 2010 14:58:16 +0000 (14:58 +0000)
Make the result of isatty into a global variable (is_tty).

Change the rl_gets() function so it takes the prompt string
instead of a "display prompt?" flag.  rl_gets() then consults
the global to find out if it should display the prompt at all.


No differences found