[PR #151] [MERGED] Refactoring the codebase to clearly mark internal libraries. #222

Closed
opened 2026-03-03 16:23:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/151
Author: @mum4k
Created: 2/24/2019
Status: Merged
Merged: 2/24/2019
Merged by: @mum4k

Base: develHead: api-docs


📝 Commits (10+)

  • e7f1d49 Documenting the API status.
  • 279cb8b Fixing link to the wiki.
  • 31580ba Changing size of the button demo.
  • 7ee222a Moving private libraries into internal subdirectory.
  • 6c03991 Moving draw and event to internal.
  • 2ff1818 Moving keyboard and mouse to internal.
  • d177ad7 Moving scripts to internal subdirectory.
  • 6093c7f Moving images to doc subdirectory.
  • 923d57f Moving trig into numbers subdirectory.
  • 55efbe0 Moving numbers to internal subdirectory.

📊 Changes

156 files changed (+478 additions, -459 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 README.md (+36 -27)
📝 container/container.go (+8 -6)
📝 container/container_test.go (+12 -12)
📝 container/draw.go (+4 -4)
📝 container/draw_test.go (+7 -7)
📝 container/focus.go (+3 -3)
📝 container/focus_test.go (+7 -7)
📝 container/options.go (+4 -4)
📝 container/traversal_test.go (+2 -2)
📝 doc/hld.md (+1 -1)
📝 doc/images/barchartdemo.gif (+0 -0)
📝 doc/images/buttondemo.gif (+0 -0)
📝 doc/images/donutdemo.gif (+0 -0)
📝 doc/images/gaugedemo.gif (+0 -0)
📝 doc/images/hld.graffle (+0 -0)
📝 doc/images/hld.png (+0 -0)
📝 doc/images/linechartdemo.gif (+0 -0)
📝 doc/images/segmentdisplaydemo.gif (+0 -0)
📝 doc/images/sparklinedemo.gif (+0 -0)

...and 80 more files

📄 Description

Fixes #112


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/151 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 2/24/2019 **Status:** ✅ Merged **Merged:** 2/24/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `api-docs` --- ### 📝 Commits (10+) - [`e7f1d49`](https://github.com/mum4k/termdash/commit/e7f1d496d801eb027feb830494342c30c11ad79d) Documenting the API status. - [`279cb8b`](https://github.com/mum4k/termdash/commit/279cb8b81657eadcacc1bee9a995293495be9997) Fixing link to the wiki. - [`31580ba`](https://github.com/mum4k/termdash/commit/31580ba0ea6547897a3c0c7885d15dd57c476723) Changing size of the button demo. - [`7ee222a`](https://github.com/mum4k/termdash/commit/7ee222ac5836603d2b076b06713e4da89e86644f) Moving private libraries into internal subdirectory. - [`6c03991`](https://github.com/mum4k/termdash/commit/6c03991fb955c23177048f84e7bd5662d67ed818) Moving draw and event to internal. - [`2ff1818`](https://github.com/mum4k/termdash/commit/2ff1818c0e8e9a597b86e87913176f704a4422c9) Moving keyboard and mouse to internal. - [`d177ad7`](https://github.com/mum4k/termdash/commit/d177ad792efe6d58ec526beba81b94d8516ea932) Moving scripts to internal subdirectory. - [`6093c7f`](https://github.com/mum4k/termdash/commit/6093c7fd11cffa1082411b6e1f14f4e8a3256836) Moving images to doc subdirectory. - [`923d57f`](https://github.com/mum4k/termdash/commit/923d57f4422baa4dc2ca2b040d9b506a850c918a) Moving trig into numbers subdirectory. - [`55efbe0`](https://github.com/mum4k/termdash/commit/55efbe07feaf8e632c56da6c7bcdc600b1c2fe52) Moving numbers to internal subdirectory. ### 📊 Changes **156 files changed** (+478 additions, -459 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `README.md` (+36 -27) 📝 `container/container.go` (+8 -6) 📝 `container/container_test.go` (+12 -12) 📝 `container/draw.go` (+4 -4) 📝 `container/draw_test.go` (+7 -7) 📝 `container/focus.go` (+3 -3) 📝 `container/focus_test.go` (+7 -7) 📝 `container/options.go` (+4 -4) 📝 `container/traversal_test.go` (+2 -2) 📝 `doc/hld.md` (+1 -1) 📝 `doc/images/barchartdemo.gif` (+0 -0) 📝 `doc/images/buttondemo.gif` (+0 -0) 📝 `doc/images/donutdemo.gif` (+0 -0) 📝 `doc/images/gaugedemo.gif` (+0 -0) 📝 `doc/images/hld.graffle` (+0 -0) 📝 `doc/images/hld.png` (+0 -0) 📝 `doc/images/linechartdemo.gif` (+0 -0) 📝 `doc/images/segmentdisplaydemo.gif` (+0 -0) 📝 `doc/images/sparklinedemo.gif` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Fixes #112 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#222
No description provided.