~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to common/ttyio.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-09-07 20:38:23 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907203823-d7hsk7lnfqoc4yom
Tags: 2.0.13-1
* New upstream release.
* debian/control: Depend instead of Recommend gnupg-agent. (Closes:
  #538947)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ttyio.c -  tty i/O functions
2
 
 * Copyright (C) 1998,1999,2000,2001,2002,2003,
3
 
 *               2004, 2006 Free Software Foundation, Inc.
 
2
 * Copyright (C) 1998,1999,2000,2001,2002,2003,2004,2006,2007,
 
3
 *               2009 Free Software Foundation, Inc.
4
4
 *
5
5
 * This file is part of GnuPG.
6
6
 *
648
648
}
649
649
 
650
650
 
 
651
#ifdef HAVE_LIBREADLINE
651
652
void
652
653
tty_enable_completion (rl_completion_func_t *completer)
653
654
{
671
672
 
672
673
  my_rl_inhibit_completion (1);
673
674
}
674
 
 
 
675
#endif
675
676
 
676
677
void
677
678
tty_cleanup_after_signal (void)