README.adoc: update degesch instructions
There is still one outstanding issue with the backlog helper, though...
This commit is contained in:
parent
03e8ad0a3e
commit
572a7cb804
|
@ -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.
|
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.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 = "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.userhost = "\x1b[38;5;109m"
|
||||||
/set attributes.join = "\x1b[38;5;108m"
|
/set attributes.join = "\x1b[38;5;108m"
|
||||||
/set attributes.part = "\x1b[38;5;138m"
|
/set attributes.part = "\x1b[38;5;138m"
|
||||||
/set attributes.external = "\x1b[38;5;248m"
|
/set attributes.external = "\x1b[38;5;248m"
|
||||||
/set attributes.timestamp = "\x1b[48;5;255m\x1b[38;5;250m"
|
/set attributes.timestamp = "\x1b[48;5;255m\x1b[38;5;250m"
|
||||||
|
/set attributes.read_marker = "\x1b[38;5;202m"
|
||||||
|
|
||||||
Configuration profiles
|
Configuration profiles
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in New Issue