mirror of https://tildegit.org/ben/dotfiles
fix buflist width
parent
9243b6bb38
commit
cfab12b573
|
@ -35,6 +35,7 @@ MSGBUF = "command -buffer $1 * /input send $2-"
|
|||
MUB = "unban *"
|
||||
N = "names"
|
||||
NS = "quote nickserv"
|
||||
OS = "quote operserv"
|
||||
Q = "query"
|
||||
REDRAW = "window refresh"
|
||||
save_settings = "/autojoin --run;/layout store;/save"
|
||||
|
|
|
@ -98,8 +98,8 @@ paste_bracketed_timer_delay = 10
|
|||
paste_max_lines = 1
|
||||
prefix_action = " *"
|
||||
prefix_align = right
|
||||
prefix_align_max = 15
|
||||
prefix_align_min = 15
|
||||
prefix_align_max = 12
|
||||
prefix_align_min = 8
|
||||
prefix_align_more = "+"
|
||||
prefix_align_more_after = on
|
||||
prefix_buffer_align = right
|
||||
|
@ -158,7 +158,7 @@ chat_nick_offline_highlight = default
|
|||
chat_nick_offline_highlight_bg = blue
|
||||
chat_nick_other = cyan
|
||||
chat_nick_prefix = green
|
||||
chat_nick_self = red
|
||||
chat_nick_self = lightred
|
||||
chat_nick_suffix = green
|
||||
chat_prefix_action = white
|
||||
chat_prefix_buffer = brown
|
||||
|
@ -255,7 +255,7 @@ buflist.position = left
|
|||
buflist.priority = 100
|
||||
buflist.separator = on
|
||||
buflist.size = 0
|
||||
buflist.size_max = 0
|
||||
buflist.size_max = 18
|
||||
buflist.type = root
|
||||
fset.color_bg = default
|
||||
fset.color_delim = cyan
|
||||
|
@ -356,6 +356,7 @@ default.current = on
|
|||
[notify]
|
||||
irc.darwin = message
|
||||
irc.freenode.##csharp = highlight
|
||||
irc.freenode.#vim = highlight
|
||||
irc.hashbang = message
|
||||
irc.sdf = message
|
||||
irc.tilde = message
|
||||
|
|
Loading…
Reference in New Issue