Sasha Koshka 0ee58d22f6 Made centering the buffer in the window optional
It causes jitter while resizing in floating wms
2022-11-16 11:31:35 -05:00
2022-11-10 02:02:08 -05:00
2022-11-16 00:29:23 -05:00
2022-11-16 00:29:23 -05:00
2022-11-16 00:29:23 -05:00
2022-11-16 00:29:23 -05:00
2022-11-11 20:27:51 -05:00
2022-11-11 20:27:51 -05:00
2022-11-15 00:22:01 -05:00
2022-11-15 00:27:30 -05:00
2022-11-12 17:40:08 +00:00

stone

Stone is a backend-agnostic application framework designed to:

  • Combine the simplicity and ease of development inherent to TUI programs with the extended capabilities of GUI programs
  • Be adaptable to run virtually anywhere

Currently, the only supported backend is X, but it is very easy to write and link your own. Stone will automatically run through the list of registered backends and instantiate the first one that doesn't throw an error.

Description
A backend-agnostic application framework
Readme 192 KiB
Languages
Go 100%