mux

package
v0.1.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Msg added in v0.1.6

type Msg = events.Msg

type Resizable

type Resizable interface {
	Resize(size Size) error
}

type Screen

type Screen interface {
	State() *tty.State
	Subscribe(context.Context) *Updater
	Resizable
	Send(message events.Msg)
}

A Screen is the "end" of a chain of IO, or the result that the user sees.

type Size

type Size = geom.Vec2

type Stream

type Stream interface {
	io.ReadWriter
	Resizable
}

A Stream accepts input (Write) and resize events and produces output (Read).

type UpdatePublisher

type UpdatePublisher struct {
	*util.Publisher[events.Msg]
}

func NewPublisher

func NewPublisher() *UpdatePublisher

func (*UpdatePublisher) Notify added in v0.1.6

func (u *UpdatePublisher) Notify()

type Updater

type Updater = util.Subscriber[events.Msg]

Directories

Path Synopsis
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL