Use SAVELINES defined in config.h to get the dfault save lines. --- src/feature.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/feature.h b/src/feature.h index 10ec780..959b41b 100644 --- a/src/feature.h +++ b/src/feature.h @@ -471,7 +471,7 @@ #define MAX_BLANKDELAY (20) /* Default number of lines in the scrollback buffer */ -#define DEFAULT_SAVELINES (100) +#define DEFAULT_SAVELINES SAVELINES #define MAX_SAVELINES (0xffff) /* Default bell throttle interval */ -- 1.6.1.3 ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Materm-devel mailing list Materm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/materm-devel mrxvt home page: http://materm.sourceforge.net