[PR #36] [MERGED] [5/5] Implementing the text widget. #170

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

📋 Pull Request Information

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

Base: text-widget/4/scroll-trackerHead: text-widget/5/widget


📝 Commits (6)

  • d6c153f Implementing the text widget.
  • 8df67c6 Merge branch 'text-widget/4/scroll-tracker' into text-widget/5/widget
  • 4f65598 Merge branch 'text-widget/4/scroll-tracker' into text-widget/5/widget
  • ecb27cd Adding licence.
  • 0609722 Merge branch 'text-widget/4/scroll-tracker' into text-widget/5/widget
  • 126cb00 Rename newText field to contentChanged.

📊 Changes

3 files changed (+1161 additions, -0 deletions)

View changed files

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

📄 Description

Fixes #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/36 **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/4/scroll-tracker` ← **Head:** `text-widget/5/widget` --- ### 📝 Commits (6) - [`d6c153f`](https://github.com/mum4k/termdash/commit/d6c153fbafee70df3e1eaab8830c2620db87387f) Implementing the text widget. - [`8df67c6`](https://github.com/mum4k/termdash/commit/8df67c6d04ef2fcae382ce2de13d7b42d8b8b2c3) Merge branch 'text-widget/4/scroll-tracker' into text-widget/5/widget - [`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. - [`0609722`](https://github.com/mum4k/termdash/commit/06097229a95687d63f1f4c1b009f28d78a4bfe04) Merge branch 'text-widget/4/scroll-tracker' into text-widget/5/widget - [`126cb00`](https://github.com/mum4k/termdash/commit/126cb00247e8149fa99d3efb5104680ac7f5a321) Rename newText field to contentChanged. ### 📊 Changes **3 files changed** (+1161 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `widgets/text/demo/textdemo.go` (+161 -0) ➕ `widgets/text/text.go` (+282 -0) ➕ `widgets/text/text_test.go` (+718 -0) </details> ### 📄 Description Fixes #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:08 +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#170
No description provided.