~ubuntu-branches/ubuntu/natty/dnprogs/natty

« back to all changes in this revision

Viewing changes to dnlogin/tty.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Caulfield
  • Date: 2005-10-30 15:09:21 UTC
  • Revision ID: james.westby@ubuntu.com-20051030150921-h9yn20kzxtwmjh2a
Tags: 2.32
* fal removes [] from names as they could cause confusion.
* Fixed crash in libdap if a connection gets closed more than once.
* Fix libdnet's dnet_recv to cope with 0 being returned from recvmsg.
* Some minor manpage & packaging bugs fixed.
* Include dnlogin, a replacement for sethost.
* Include libvaxdata - a library of routines for converting between VAX.
  data formats and Unix ones. Contributed by Larry Baker of the 
  US Geological Survey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#define CTRL_R  0x12
37
37
#define CTRL_S  0x13
38
38
#define CTRL_T  0x14
39
 
//efine CTRL_U  0x15
 
39
#define CTRL_U  0x15
40
40
#define CTRL_V  0x16
41
41
#define CTRL_W  0x17
42
 
#define CTRL_U  0x17
43
42
#define CTRL_X  0x18
44
43
#define CTRL_Y  0x19
45
44
#define CTRL_Z  0x1A