termdash/internal
Jakub Sobon 5dd1aff803
Advancing to Go1.10.
- switching to math.Round and deleting out clone.
- switching all bytes.Buffer instances to strings.Builder.
2019-04-18 22:55:05 -04:00
..
alignfor Refactoring internal functions from align to internal/alignfor. 2019-02-24 15:44:13 -05:00
area Utilities that safely shrink an area. 2019-03-03 00:18:41 -05:00
attrrange Moving align, cell and terminalapi back from internal. 2019-02-24 01:13:26 -05:00
button Button is internal. 2019-02-24 02:09:27 -05:00
canvas Simplifying the text widget. 2019-02-28 00:50:16 -05:00
draw Advancing to Go1.10. 2019-04-18 22:55:05 -04:00
event Mouse and keyboard are also public. 2019-02-24 02:08:48 -05:00
faketerm Advancing to Go1.10. 2019-04-18 22:55:05 -04:00
fakewidget Provide metadata to widgets when drawing. 2019-04-03 23:13:18 -04:00
numbers Advancing to Go1.10. 2019-04-18 22:55:05 -04:00
runewidth Moving runewidth, segdisp and testdraw to internal. 2019-02-24 01:27:17 -05:00
scripts Moving scripts to internal subdirectory. 2019-02-23 21:12:41 -05:00
segdisp Advancing to Go1.10. 2019-04-18 22:55:05 -04:00
wrap Advancing to Go1.10. 2019-04-18 22:55:05 -04:00
README.md Moving terminal, terminalapi and widgetapi to internal subdirectory. 2019-02-23 21:19:16 -05:00

README.md

Internal termdash libraries

The packages under this directory are private to termdash. Stability of the private packages isn't guaranteed and changes won't be backward compatible.