Changeset 4868:90ef809e08a0 for buffy.c

Show
Ignore:
Timestamp:
2006-11-18 21:19:09 (2 years ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Grow buffy notification to 512 bytes, for large terminals.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.c

    r4640 r4868  
    427427  BUFFY *tmp; 
    428428  char path[_POSIX_PATH_MAX]; 
    429   char buffylist[160]; 
     429  char buffylist[2*STRING]; 
    430430  int pos; 
    431431  int first;