My mirror of the Barnard terminal client for Mumble.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- package barnard
-
- import (
- "github.com/layeh/barnard/uiterm"
- "github.com/layeh/gumble/gumble"
- "github.com/layeh/gumble/gumble_openal"
- )
-
- type Barnard struct {
- Config gumble.Config
- Client *gumble.Client
-
- Stream *gumble_openal.Stream
-
- Ui *uiterm.Ui
- UiOutput uiterm.Textview
- UiInput uiterm.Textbox
- UiStatus uiterm.Label
- UiTree uiterm.Tree
- UiInputStatus uiterm.Label
- }
|