termdash/internal
nijynot 70a5255d5e Refactor `SplitFixed()` to use SplitCells
* Add basic tests to `SplitFixed()`
* Panic when both `SplitFixed()` and `SplitPercent()` are used
* Refactor `validateOptions()` into two smaller functions
2019-05-08 21:58:48 +02:00
..
alignfor Refactoring internal functions from align to internal/alignfor. 2019-02-24 15:44:13 -05:00
area Refactor `SplitFixed()` to use SplitCells 2019-05-08 21:58:48 +02: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 Correctly handle setting cells to zero values. 2019-04-24 22:58:00 -04: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 Initial functionality and tests for the field editor. 2019-04-07 23:31:41 -04: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.