X11 backend for Tomo.
This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-05-17 15:36:49 -04:00
canvas
backend.go
box.go Don't invalidate box if texture was set redundantly 2024-05-15 01:18:17 -04:00
canvasbox.go
containerbox.go Remedy #4 2024-05-17 15:36:49 -04:00
event.go Don't crash when user hovers over nothing 2024-05-07 20:14:46 -04:00
go.mod Upgrade typeset version 2024-05-05 02:38:18 -04:00
go.sum Upgrade typeset version 2024-05-05 02:38:18 -04:00
LICENSE
README.md
system.go Upgrade tomo version 2023-09-09 15:05:08 -04:00
textbox.go Fix TextBox scroll behavior 2024-05-13 19:39:36 -04:00
texture.go
util.go
window.go Upgrade tomo version 2023-09-09 15:05:08 -04:00

x

Go Reference

An X11 backend for Tomo.

Installation

cd x/x
go build -buildmode=plugin .
mkdir -p ~/.local/lib/tomo/plugins
mv x.so ~/.local/lib/tomo/plugins