Progress bars
... And also the Do function works now
This commit is contained in:
parent
b9be483869
commit
5e3dfeaadd
@ -31,6 +31,7 @@ type Backend struct {
|
|||||||
func NewBackend () (output tomo.Backend, err error) {
|
func NewBackend () (output tomo.Backend, err error) {
|
||||||
backend := &Backend {
|
backend := &Backend {
|
||||||
windows: map[xproto.Window] *Window { },
|
windows: map[xproto.Window] *Window { },
|
||||||
|
doChannel: make(chan func (), 0),
|
||||||
}
|
}
|
||||||
|
|
||||||
// connect to X
|
// connect to X
|
||||||