/[ipchat]/ipchat/src/ui_common.h
ViewVC logotype

Diff of /ipchat/src/ui_common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by beatk, Sat Nov 13 23:02:31 2004 UTC revision 1.4 by beatk, Mon Feb 14 16:26:59 2005 UTC
# Line 24  Line 24 
24  #define TBUF_SIZE 16384         /* size of text buffers (power of 2) */  #define TBUF_SIZE 16384         /* size of text buffers (power of 2) */
25  #define IBUF_SIZE (256 - 1)     /* size of input buffers (1 for '\0') */  #define IBUF_SIZE (256 - 1)     /* size of input buffers (1 for '\0') */
26  #define MAX_HISTORY 64          /* input history size (per window) */  #define MAX_HISTORY 64          /* input history size (per window) */
27  #define MAX_CONTACT_WINS 12     /* one for each function key (TODO grow!) */  #define MAX_CONTACT_WINS 128    /* max connected contacts, increase if u wish */
28    
29  #define SEQCH '\\'              /* attr sequence start character */  #define SEQCH '\\'              /* attr sequence start character */
30  #define SEQST "\\"              /* the same as string (can cpp do this?) */  #define SEQST "\\"              /* the same as string (can cpp do this?) */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26