mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #59] [MERGED] Implementing a braille canvas. #178
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-copyto← Head:20-braille-canvas📝 Commits (9)
11c9dbaAdding a higher resolution canvas.7d15d24Merge branch '10-braille-canvas-copyto' into 20-braille-canvas9aa3bf9Merge branch '10-braille-canvas-copyto' into 20-braille-canvas09cda09Merge branch '10-braille-canvas-copyto' into 20-braille-canvas244dcf0Adding licences.20c66d4Merge branch '10-braille-canvas-copyto' into 20-braille-canvasef1661eSelf-review.1246e53Re-adding the licences.7c240faMerge 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.