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.20 by ayin, Sat Feb 16 15:48:37 2008 UTC vs.
Revision 1.22 by root, Thu Feb 20 18:59:13 2014 UTC

2 * command.h 2 * command.h
3 */ 3 */
4 4
5#ifndef COMMAND_H_ 5#ifndef COMMAND_H_
6#define COMMAND_H_ 6#define COMMAND_H_
7
8// STRING_MAX __MUST__ not be larger than what CBUFSIZ can hold.
9#define STRING_MAX 2048 /* max string size for process_rxvt_xterm_seq() */
10 7
11#define ESC_ARGS 32 /* max # of args for esc sequences */ 8#define ESC_ARGS 32 /* max # of args for esc sequences */
12 9
13#ifndef MULTICLICK_TIME 10#ifndef MULTICLICK_TIME
14# define MULTICLICK_TIME 500 11# define MULTICLICK_TIME 500

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines