Skip to content

Commit

Permalink
Use pseudo-tty when scripting lynx input.
Browse files Browse the repository at this point in the history
  • Loading branch information
Duke Dorje committed Dec 29, 2015
1 parent 1987ee7 commit 2290fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gggd.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def default_params(self):

if self.cmd_script:
args.append( "-cmd_script=" + self.cmd_script )
args.append( "-term=pty" )

return args

Expand Down

0 comments on commit 2290fc9

Please sign in to comment.