~ubuntu-branches/ubuntu/jaunty/xterm/jaunty

« back to all changes in this revision

Viewing changes to VTparse.h

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Kavanagh
  • Date: 2008-11-23 17:15:10 UTC
  • mfrom: (1.1.10 upstream) (11.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081123171510-fdwvfr4ytnfvjwjl
Tags: 237-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Enabled URL hilighting
  - Maintainer field
  - rm -rf for .pc patches
* Closes (LP: #301451)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XTermId: VTparse.h,v 1.43 2008/01/27 17:11:37 tom Exp $ */
 
1
/* $XTermId: VTparse.h,v 1.45 2008/05/28 21:11:23 tom Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright 2002-2006,2008 by Thomas E. Dickey
75
75
extern Const PARSE_T esc_sp_table[];
76
76
extern Const PARSE_T esc_table[];
77
77
extern Const PARSE_T scrtable[];
 
78
extern Const PARSE_T scs96table[];
78
79
extern Const PARSE_T scstable[];
79
80
extern Const PARSE_T sos_table[];
80
81
 
242
243
#define CASE_SET_MOD_FKEYS 131
243
244
#define CASE_SET_MOD_FKEYS0 132
244
245
#define CASE_HIDE_POINTER 133
 
246
#define CASE_SCS1A_STATE 134
 
247
#define CASE_SCS2A_STATE 135
 
248
#define CASE_SCS3A_STATE 136
245
249
 
246
250
#endif /* included_VTparse_h */