From d3c918b863d4580f06b378fd5424346c6e8e679d Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 25 Apr 2000 12:19:45 +0000 Subject: re-calculate number of line with mark when needed; make default prompts more consistent (10916) --- Completion/Core/_main_complete | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Core') diff --git a/Completion/Core/_main_complete b/Completion/Core/_main_complete index 347326c49..54691a1b1 100644 --- a/Completion/Core/_main_complete +++ b/Completion/Core/_main_complete @@ -57,13 +57,13 @@ _def_menu_style=( "$_last_menu_style[@]" _last_menu_style=() zstyle -s ":completion:${curcontext}:default" list-prompt LISTPROMPT || - LISTPROMPT='Current position at %P Continue? ' + LISTPROMPT='%SCurrent position at %p: continue? %s' if [[ -n "$LISTPROMPT" ]]; then zmodload -i zsh/complist compstate[list_max]=scroll fi zstyle -s ":completion:${curcontext}:default" select-prompt SELECTPROMPT || - SELECTPROMPT='%SScrolling active: current selection at %p' + SELECTPROMPT='%SScrolling active: current selection at %p%s' zstyle -s ":completion:${curcontext}:default" select-scroll SELECTSCROLL || SELECTSCROLL=1 -- cgit 1.4.1