Closes #111, which was a bogus issue.

This commit is contained in:
Sean E. Russell 2020-05-29 19:27:39 -05:00
parent d1cabfdc6f
commit 7b09b90936

View File

@ -162,7 +162,6 @@ func load(in io.Reader, conf *Config) error {
}
conf.Statusbar = bv
case netinterface:
// FIXME this should be a comma-separated list
conf.NetInterface = kv[1]
case layout:
conf.Layout = kv[1]