[PR #248] [MERGED] Ability to swap scrolling runes #276

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/248
Author: @emesare
Created: 10/13/2020
Status: Merged
Merged: 11/13/2020
Merged by: @mum4k

Base: scroll-runesHead: master


📝 Commits (4)

  • fe3e973 Merge pull request #244 from mum4k/release-0-12-2
  • 2a7dafa Adding gex to the list of projects using Termdash.
  • 8a316e6 added the ability to swap the scrolling runes
  • c3220f0 added the ability to change the scrolling runes

📊 Changes

3 files changed (+23 additions, -2 deletions)

View changed files

📝 README.md (+1 -0)
📝 widgets/text/options.go (+20 -0)
📝 widgets/text/text.go (+2 -2)

📄 Description

#245 fixes this issue with windows consoles by adding option to switch the scroll runes on a text widget.
The option text.ScrollRunes accepts two rune parameters, up and down, the default runes are the same and .

An example of this which will draw correct scroll runes on windows
text.New(text.RollContent(), text.WrapAtWords(), text.ScrollRunes('▲', '▼'))


🔄 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/248 **Author:** [@emesare](https://github.com/emesare) **Created:** 10/13/2020 **Status:** ✅ Merged **Merged:** 11/13/2020 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `scroll-runes` ← **Head:** `master` --- ### 📝 Commits (4) - [`fe3e973`](https://github.com/mum4k/termdash/commit/fe3e973531917978dd6d412520528bf10e092087) Merge pull request #244 from mum4k/release-0-12-2 - [`2a7dafa`](https://github.com/mum4k/termdash/commit/2a7dafa3a835dbe45d9a6eaa2f22e184666c8065) Adding `gex` to the list of projects using Termdash. - [`8a316e6`](https://github.com/mum4k/termdash/commit/8a316e6c1b5ad0bc512d2d8459335ef6828c16b0) added the ability to swap the scrolling runes - [`c3220f0`](https://github.com/mum4k/termdash/commit/c3220f04f19e0aff4d9df1afe34fabbdc55c2f53) added the ability to change the scrolling runes ### 📊 Changes **3 files changed** (+23 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `widgets/text/options.go` (+20 -0) 📝 `widgets/text/text.go` (+2 -2) </details> ### 📄 Description #245 fixes this issue with windows consoles by adding option to switch the scroll runes on a text widget. The option `text.ScrollRunes` accepts two rune parameters, up and down, the default runes are the same `⇧` and `⇩`. An example of this which will draw correct scroll runes on windows `text.New(text.RollContent(), text.WrapAtWords(), text.ScrollRunes('▲', '▼'))` --- <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:40 +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#276
No description provided.