aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-31 19:56:21 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-31 20:00:23 +0100
commit2fe3b95ecd21cdd1991d3d5ab3aa989531be2cf2 (patch)
treea043c3cd4e215236eb27969600d65c9c8e28a304 /README.adoc
parent32c99c9d66fb210a5ea372c4b90dfdcd96e25955 (diff)
downloadxK-2fe3b95ecd21cdd1991d3d5ab3aa989531be2cf2.tar.gz
xK-2fe3b95ecd21cdd1991d3d5ab3aa989531be2cf2.tar.xz
xK-2fe3b95ecd21cdd1991d3d5ab3aa989531be2cf2.zip
README.adoc: improve backlog helper invocation
When fancy-prompt.lua is enabled, tho prompt is two-lined and a simple PageUp would skip one line of content. It works slightly better than it should: when there's under a page of content to scroll, there is no shift at all.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 6480231..550fda9 100644
--- a/README.adoc
+++ b/README.adoc
@@ -159,7 +159,7 @@ black on white terminals.
/set behaviour.date_change_line = "%a %e %b %Y"
/set behaviour.plugin_autoload += "fancy-prompt.lua"
- /set behaviour.backlog_helper = "LESSSECURE=1 less -R +Gb -Ps'Backlog ?ltlines %lt-%lb?L/%L. .?e(END):?pB%pB\\%..'"
+ /set behaviour.backlog_helper = "LESSSECURE=1 less -R +Gb1d -Ps'Backlog ?ltlines %lt-%lb?L/%L. .?e(END):?pB%pB\\%..'"
/set attributes.userhost = "\x1b[38;5;109m"
/set attributes.join = "\x1b[38;5;108m"
/set attributes.part = "\x1b[38;5;138m"