forked from x/icebergs
fix chat.footer
This commit is contained in:
parent
67bcbc08da
commit
4a548ed089
@ -396,7 +396,7 @@ var Index = &ice.Context{Name: "chat", Help: "聊天中心",
|
||||
"/header": {Name: "/header", Help: "菜单栏", Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {}},
|
||||
"/footer": {Name: "/input", Help: "输入", Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {
|
||||
m.Echo(m.Conf(ice.WEB_SHARE, "meta.email"))
|
||||
m.Echo(m.Conf(ice.WEB_SHARE, "meta.record"))
|
||||
m.Echo(m.Conf(ice.WEB_SHARE, "meta.legal"))
|
||||
}},
|
||||
|
||||
"/target": {Name: "/target", Help: "对话框", Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {}},
|
||||
|
@ -177,6 +177,8 @@ ShyInit() {
|
||||
# bash
|
||||
bind -x '"\C-G\C-R":ShySync base'
|
||||
bind -x '"\C-G\C-G":ShySync history'
|
||||
bind -x '"\C-P":history-search-backward'
|
||||
bind -x '"\C-N":history-search-forward'
|
||||
|
||||
# bind 'TAB:complete'
|
||||
bind 'TAB:menu-complete'
|
||||
|
Loading…
x
Reference in New Issue
Block a user