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>
Thu, 4 Feb 2010 10:26:12 +0000 (10:26 +0000)
commitab608f3948d903af64e814b2e67949a1a71d93a4
tree5bc97ce5108b8ccd735d9e21fba76de56715cf80
parent933505a3be8ea5675151048a48b4746295b56d9b
hivexsh: Change handling of prompt argument to rl_gets()

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.
hivex/hivexsh.c