Allocate history scrollback buffer at runtime instead of at configure.

Also make sure "unique history" is enabled by default in configure.
This commit is contained in:
Joachim Nilsson
2010-08-04 02:12:19 +02:00
parent 55aaddbc54
commit 04a0cbd902
5 changed files with 42 additions and 55 deletions

View File

@@ -18,7 +18,7 @@
/* Define to enable SIGSTOP (Ctrl-Z) key. */
#undef CONFIG_SIGSTOP
/* Don't save command if same as last one. */
/* Define to skip duplicate lines in the scrollback history. */
#undef CONFIG_UNIQUE_HISTORY
/* Define to use the termcap library for terminal size. */
@@ -115,9 +115,6 @@
/* Enable static keyword, hides internal methods. */
#undef HIDE
/* Number of lines in history. */
#undef HIST_SIZE
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK