From e9a0caea55be2963eb28453d7a0786f26441786d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 2 Dec 2013 14:50:14 +0100 Subject: [PATCH] rlwrap: also limit history size, not that it should matter (10-k lines are more than anyone would type in). --- misc/tools/all/xonotic.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 71fe1fef..19298c8a 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -333,7 +333,7 @@ case "$cmd" in set -- catchsegv "$@" fi if [ x"$USE_RLWRAP" != x"no" ] && which rlwrap >/dev/null 2>&1; then - set -- rlwrap -A -g '^quit' -q "\"" -S ']' -w 100 "$@" + set -- rlwrap -A -g '^quit' -q "\"" -s 10000 -S ']' -w 100 "$@" fi rm -f xonotic.core "$@" || true -- 2.39.2