ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.h
(Generate patch)

Comparing rxvt-unicode/src/command.h (file contents):
Revision 1.6 by pcg, Fri Feb 13 12:16:21 2004 UTC vs.
Revision 1.8 by pcg, Thu Apr 8 20:22:25 2004 UTC

1/* 1/*
2 * $Id: command.h,v 1.6 2004/02/13 12:16:21 pcg Exp $ 2 * $Id: command.h,v 1.8 2004/04/08 20:22:25 pcg Exp $
3 */ 3 */
4 4
5#ifndef COMMAND_H_ 5#ifndef COMMAND_H_
6#define COMMAND_H_ 6#define COMMAND_H_
7 7
8// STRING_MAX __MUST__ not be larger than what CBUFSIZ can hold.
8#define STRING_MAX 512 /* max string size for process_rxvt_xterm_seq() */ 9#define STRING_MAX 1024 /* max string size for process_rxvt_xterm_seq() */
10
9#define ESC_ARGS 32 /* max # of args for esc sequences */ 11#define ESC_ARGS 32 /* max # of args for esc sequences */
10 12
11#ifdef OFFIX_DND 13#ifdef OFFIX_DND
12# define DndFile 2 14# define DndFile 2
13# define DndDir 5 15# define DndDir 5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines