hsmw: Inform about bump functionality (Ctrl-J)

This commit is contained in:
Sebastian Gniazdowski 2016-12-09 08:35:37 +01:00
parent cec22e3e15
commit b0f9de1bb6

View file

@ -154,7 +154,7 @@ _hsmw_main() {
# Colorify
#
local preamble=$'\n'"Ctrl-K for context of selected entry. Element #$__hsmw_hcw_index of $max_index"$'\n'
local preamble=$'\n'"Ctrl-K context, Ctrl-J bump. Entry #$__hsmw_hcw_index of $max_index"$'\n'
integer offset=${#preamble}+${#BUFFER}
POSTDISPLAY="$preamble$text"