mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #58] [MERGED] Ability to copy one canvas onto another. #177
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#177
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/58
Author: @mum4k
Created: 7/1/2018
Status: ✅ Merged
Merged: 12/1/2018
Merged by: @mum4k
Base:
devel← Head:10-braille-canvas-copyto📝 Commits (10+)
750d715Ability to copy a canvas.3006866The copied-to canvas is always zero-based.11c9dbaAdding a higher resolution canvas.d3ad056Merge branch 'devel' into 10-braille-canvas-copyto7d15d24Merge branch '10-braille-canvas-copyto' into 20-braille-canvas1b8150eMerge branch 'devel' into 10-braille-canvas-copyto9aa3bf9Merge branch '10-braille-canvas-copyto' into 20-braille-canvasf9cc894Merge branch 'devel' into 10-braille-canvas-copyto09cda09Merge branch '10-braille-canvas-copyto' into 20-braille-canvas244dcf0Adding licences.📊 Changes
4 files changed (+1151 additions, -23 deletions)
View changed files
➕
canvas/braille/braille.go(+236 -0)➕
canvas/braille/braille_test.go(+669 -0)📝
canvas/canvas.go(+63 -23)📝
canvas/canvas_test.go(+183 -0)📄 Description
Works on #47
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.