From a4a8868c9aef11c418df378332c597b390e1bc7e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 19 Jun 2022 08:58:13 +0200 Subject: Adding upstream version 1.9.0. Signed-off-by: Daniel Baumann --- tests/liteclirc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/liteclirc') diff --git a/tests/liteclirc b/tests/liteclirc index 979b409..da9b061 100644 --- a/tests/liteclirc +++ b/tests/liteclirc @@ -51,6 +51,10 @@ key_bindings = emacs # Enabling this option will show the suggestions in a wider menu. Thus more items are suggested. wider_completion_menu = False +# Autocompletion is on by default. This can be truned off by setting this +# option to False. Pressing tab will still trigger completion. +autocompletion = True + # litecli prompt # \D - The full current date # \d - Database name @@ -61,9 +65,13 @@ wider_completion_menu = False # \R - The current time, in 24-hour military time (0-23) # \r - The current time, standard 12-hour time (1-12) # \s - Seconds of the current time +# \x1b[...m - insert ANSI escape sequence prompt = "\t :\d> " prompt_continuation = "-> " +# Show/hide the informational toolbar with function keymap at the footer. +show_bottom_toolbar = True + # Skip intro info on startup and outro info on exit less_chatty = False -- cgit v1.2.3