From 572a7cb8044c896f6c3701e188ca38e3807da064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 4 Oct 2020 12:27:17 +0200 Subject: [PATCH] README.adoc: update degesch instructions There is still one outstanding issue with the backlog helper, though... --- README.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index e9dcf20..2933593 100644 --- a/README.adoc +++ b/README.adoc @@ -157,15 +157,14 @@ want to depend on UTF-8 or 256color terminals in the code. In addition to that, I appear to be one of the few people who use black on white terminals. /set behaviour.date_change_line = "%a %e %b %Y" - /set behaviour.plugin_autoload += "fancy-prompt.lua,thin-cursor.lua" + /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_strip_formatting = off - /set attributes.reset = "\x1b[0m" /set attributes.userhost = "\x1b[38;5;109m" /set attributes.join = "\x1b[38;5;108m" /set attributes.part = "\x1b[38;5;138m" /set attributes.external = "\x1b[38;5;248m" /set attributes.timestamp = "\x1b[48;5;255m\x1b[38;5;250m" + /set attributes.read_marker = "\x1b[38;5;202m" Configuration profiles ----------------------