[PR #35] [MERGED] [4/5] Adding an object that tracks the scrolling state. #169

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/35
Author: @mum4k
Created: 5/14/2018
Status: Merged
Merged: 5/27/2018
Merged by: @mum4k

Base: text-widget/3/line-scannerHead: text-widget/4/scroll-tracker


📝 Commits (10+)

  • 4c54b8a Adding an object that tracks the scrolling state.
  • d6c153f Implementing the text widget.
  • a13c1f6 Merge branch 'text-widget/3/line-scanner' into text-widget/4/scroll-tracker
  • 8df67c6 Merge branch 'text-widget/4/scroll-tracker' into text-widget/5/widget
  • 6bbd64a Merge branch 'text-widget/3/line-scanner' into text-widget/4/scroll-tracker
  • a386289 Adding licence.
  • 4f65598 Merge branch 'text-widget/4/scroll-tracker' into text-widget/5/widget
  • ecb27cd Adding licence.
  • c2db521 Merge branch 'text-widget/3/line-scanner' into text-widget/4/scroll-tracker
  • 6ab8088 Improving comments to make the scroll.go file more understandable.

📊 Changes

5 files changed (+1658 additions, -0 deletions)

View changed files

widgets/text/demo/textdemo.go (+161 -0)
widgets/text/scroll.go (+165 -0)
widgets/text/scroll_test.go (+332 -0)
widgets/text/text.go (+282 -0)
widgets/text/text_test.go (+718 -0)

📄 Description

Works on #4


🔄 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/35 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 5/14/2018 **Status:** ✅ Merged **Merged:** 5/27/2018 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `text-widget/3/line-scanner` ← **Head:** `text-widget/4/scroll-tracker` --- ### 📝 Commits (10+) - [`4c54b8a`](https://github.com/mum4k/termdash/commit/4c54b8a46ef51c1bbf1a43dbebe842d6311638b9) Adding an object that tracks the scrolling state. - [`d6c153f`](https://github.com/mum4k/termdash/commit/d6c153fbafee70df3e1eaab8830c2620db87387f) Implementing the text widget. - [`a13c1f6`](https://github.com/mum4k/termdash/commit/a13c1f6be23af4d24e6c040f13c538584f768ddd) Merge branch 'text-widget/3/line-scanner' into text-widget/4/scroll-tracker - [`8df67c6`](https://github.com/mum4k/termdash/commit/8df67c6d04ef2fcae382ce2de13d7b42d8b8b2c3) Merge branch 'text-widget/4/scroll-tracker' into text-widget/5/widget - [`6bbd64a`](https://github.com/mum4k/termdash/commit/6bbd64a30d148c93d663fb722e73e8f82d69002d) Merge branch 'text-widget/3/line-scanner' into text-widget/4/scroll-tracker - [`a386289`](https://github.com/mum4k/termdash/commit/a3862891620d10048c750dbdc60247a054ac3ac1) Adding licence. - [`4f65598`](https://github.com/mum4k/termdash/commit/4f65598b3991ce5fac2e283fcb32a67cf7086e47) Merge branch 'text-widget/4/scroll-tracker' into text-widget/5/widget - [`ecb27cd`](https://github.com/mum4k/termdash/commit/ecb27cd1c5fa2b6c636c42ad0b3bea689729bf67) Adding licence. - [`c2db521`](https://github.com/mum4k/termdash/commit/c2db521710b276023811b1c6930ae30f714c6fe4) Merge branch 'text-widget/3/line-scanner' into text-widget/4/scroll-tracker - [`6ab8088`](https://github.com/mum4k/termdash/commit/6ab8088f51a229d4aa65bf5eb61fab7d1489c308) Improving comments to make the scroll.go file more understandable. ### 📊 Changes **5 files changed** (+1658 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `widgets/text/demo/textdemo.go` (+161 -0) ➕ `widgets/text/scroll.go` (+165 -0) ➕ `widgets/text/scroll_test.go` (+332 -0) ➕ `widgets/text/text.go` (+282 -0) ➕ `widgets/text/text_test.go` (+718 -0) </details> ### 📄 Description Works on #4 --- <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:07 +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#169
No description provided.