[PR #59] [MERGED] Implementing a braille canvas. #178

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/59
Author: @mum4k
Created: 7/1/2018
Status: Merged
Merged: 12/1/2018
Merged by: @mum4k

Base: 10-braille-canvas-copytoHead: 20-braille-canvas


📝 Commits (9)

  • 11c9dba Adding a higher resolution canvas.
  • 7d15d24 Merge branch '10-braille-canvas-copyto' into 20-braille-canvas
  • 9aa3bf9 Merge branch '10-braille-canvas-copyto' into 20-braille-canvas
  • 09cda09 Merge branch '10-braille-canvas-copyto' into 20-braille-canvas
  • 244dcf0 Adding licences.
  • 20c66d4 Merge branch '10-braille-canvas-copyto' into 20-braille-canvas
  • ef1661e Self-review.
  • 1246e53 Re-adding the licences.
  • 7c240fa Merge branch '10-braille-canvas-copyto' into 20-braille-canvas

📊 Changes

2 files changed (+905 additions, -0 deletions)

View changed files

canvas/braille/braille.go (+236 -0)
canvas/braille/braille_test.go (+669 -0)

📄 Description

This is a canvas with a higher resolution, that uses the braille pattern characters:
http://www.alanwood.net/unicode/braille_patterns.html

Works on #47


🔄 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/59 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 7/1/2018 **Status:** ✅ Merged **Merged:** 12/1/2018 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `10-braille-canvas-copyto` ← **Head:** `20-braille-canvas` --- ### 📝 Commits (9) - [`11c9dba`](https://github.com/mum4k/termdash/commit/11c9dbab242ba342ad7c12b1e9ba61b04a082322) Adding a higher resolution canvas. - [`7d15d24`](https://github.com/mum4k/termdash/commit/7d15d24d2f7f9761dc84fd39ad0692d5f47f014b) Merge branch '10-braille-canvas-copyto' into 20-braille-canvas - [`9aa3bf9`](https://github.com/mum4k/termdash/commit/9aa3bf97875134e3020f572c28d292b5e571dc29) Merge branch '10-braille-canvas-copyto' into 20-braille-canvas - [`09cda09`](https://github.com/mum4k/termdash/commit/09cda09f4f87d8f979940dcc608b832e30d7dfa9) Merge branch '10-braille-canvas-copyto' into 20-braille-canvas - [`244dcf0`](https://github.com/mum4k/termdash/commit/244dcf02ea04d4758defd84ec440afa1678a9553) Adding licences. - [`20c66d4`](https://github.com/mum4k/termdash/commit/20c66d49db9a0b968eb8db4da56b8ae0d2244eed) Merge branch '10-braille-canvas-copyto' into 20-braille-canvas - [`ef1661e`](https://github.com/mum4k/termdash/commit/ef1661e366663d1a41a3b26c9cbb075d3116f6ae) Self-review. - [`1246e53`](https://github.com/mum4k/termdash/commit/1246e53f2ccd66101cbc926eedd227e48a616d01) Re-adding the licences. - [`7c240fa`](https://github.com/mum4k/termdash/commit/7c240faf4f5437ddcd8459b7c91c4d094e037230) Merge branch '10-braille-canvas-copyto' into 20-braille-canvas ### 📊 Changes **2 files changed** (+905 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `canvas/braille/braille.go` (+236 -0) ➕ `canvas/braille/braille_test.go` (+669 -0) </details> ### 📄 Description This is a canvas with a higher resolution, that uses the braille pattern characters: http://www.alanwood.net/unicode/braille_patterns.html Works on #47 --- <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:10 +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#178
No description provided.