Changeset 1916

Show
Ignore:
Timestamp:
11/10/08 15:44:48 (2 months ago)
Author:
batt
Message:

Merged from external project:

**********
r22607 | batt | 2008-11-08 12:51:04 +0100 (sab, 08 nov 2008) | 1 line


Reduce commands history lenght.
**********

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bertos/mware/readline.h

    r1210 r1916  
    5454#include <string.h> 
    5555 
    56 #define HISTORY_SIZE       1024 
     56#define HISTORY_SIZE 32 
    5757 
    5858typedef int (*getc_hook)(void* user_data);