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 *"
|
MUB = "unban *"
|
||||||
N = "names"
|
N = "names"
|
||||||
NS = "quote nickserv"
|
NS = "quote nickserv"
|
||||||
|
OS = "quote operserv"
|
||||||
Q = "query"
|
Q = "query"
|
||||||
REDRAW = "window refresh"
|
REDRAW = "window refresh"
|
||||||
save_settings = "/autojoin --run;/layout store;/save"
|
save_settings = "/autojoin --run;/layout store;/save"
|
||||||
|
|
|
@ -32,7 +32,7 @@ hotlist_message = "${color:130}"
|
||||||
hotlist_none = "${color:white}"
|
hotlist_none = "${color:white}"
|
||||||
hotlist_private = "${color:cyan}"
|
hotlist_private = "${color:cyan}"
|
||||||
hotlist_separator = "${color:default},"
|
hotlist_separator = "${color:default},"
|
||||||
indent = " "
|
indent = " "
|
||||||
lag = " ${color:green}[${color:brown}${lag}${color:green}]"
|
lag = " ${color:green}[${color:brown}${lag}${color:green}]"
|
||||||
name = "${name}"
|
name = "${name}"
|
||||||
nick_prefix = "${color_nick_prefix}${nick_prefix}"
|
nick_prefix = "${color_nick_prefix}${nick_prefix}"
|
||||||
|
|
|
@ -98,8 +98,8 @@ paste_bracketed_timer_delay = 10
|
||||||
paste_max_lines = 1
|
paste_max_lines = 1
|
||||||
prefix_action = " *"
|
prefix_action = " *"
|
||||||
prefix_align = right
|
prefix_align = right
|
||||||
prefix_align_max = 15
|
prefix_align_max = 12
|
||||||
prefix_align_min = 15
|
prefix_align_min = 8
|
||||||
prefix_align_more = "+"
|
prefix_align_more = "+"
|
||||||
prefix_align_more_after = on
|
prefix_align_more_after = on
|
||||||
prefix_buffer_align = right
|
prefix_buffer_align = right
|
||||||
|
@ -158,7 +158,7 @@ chat_nick_offline_highlight = default
|
||||||
chat_nick_offline_highlight_bg = blue
|
chat_nick_offline_highlight_bg = blue
|
||||||
chat_nick_other = cyan
|
chat_nick_other = cyan
|
||||||
chat_nick_prefix = green
|
chat_nick_prefix = green
|
||||||
chat_nick_self = red
|
chat_nick_self = lightred
|
||||||
chat_nick_suffix = green
|
chat_nick_suffix = green
|
||||||
chat_prefix_action = white
|
chat_prefix_action = white
|
||||||
chat_prefix_buffer = brown
|
chat_prefix_buffer = brown
|
||||||
|
@ -255,7 +255,7 @@ buflist.position = left
|
||||||
buflist.priority = 100
|
buflist.priority = 100
|
||||||
buflist.separator = on
|
buflist.separator = on
|
||||||
buflist.size = 0
|
buflist.size = 0
|
||||||
buflist.size_max = 0
|
buflist.size_max = 18
|
||||||
buflist.type = root
|
buflist.type = root
|
||||||
fset.color_bg = default
|
fset.color_bg = default
|
||||||
fset.color_delim = cyan
|
fset.color_delim = cyan
|
||||||
|
@ -356,6 +356,7 @@ default.current = on
|
||||||
[notify]
|
[notify]
|
||||||
irc.darwin = message
|
irc.darwin = message
|
||||||
irc.freenode.##csharp = highlight
|
irc.freenode.##csharp = highlight
|
||||||
|
irc.freenode.#vim = highlight
|
||||||
irc.hashbang = message
|
irc.hashbang = message
|
||||||
irc.sdf = message
|
irc.sdf = message
|
||||||
irc.tilde = message
|
irc.tilde = message
|
||||||
|
|
Loading…
Reference in New Issue