Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
devkitPro
/
libnds
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
46
Star
524
Code
Issues
6
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Console rework: ANSI compliance; visible cursor
- #73
#73
Closed
trustytrojan
wants to merge 12 commits into
devkitPro:master
devkitPro/libnds:master
from
trustytrojan:console-rework
trustytrojan/dkp-libnds:console-rework
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
Console rework: ANSI compliance; visible cursor
#73
trustytrojan
wants to merge 12 commits into
devkitPro:master
devkitPro/libnds:master
from
trustytrojan:console-rework
trustytrojan/dkp-libnds:console-rework
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2025
Fix read out-of-bounds when accumulating escape sequence
trustytrojan
committed
1edf07f
View commit details
Copy full SHA for 1edf07f
Browse repository at this point
Properly handle ANSI terminal escape codes for color/style mode-setting
trustytrojan
committed
c271734
View commit details
Copy full SHA for c271734
Browse repository at this point
Ignore private modes (commonly ending in `h` or `l`)
trustytrojan
committed
bf54ea1
View commit details
Copy full SHA for bf54ea1
Browse repository at this point
fix: properly use `siscanf`, add TODO about this impl's pitfall
trustytrojan
committed
9911064
View commit details
Copy full SHA for 9911064
Browse repository at this point
Commits on Aug 8, 2025
just saving my work, no idea if this is working
trustytrojan
committed
24374ca
View commit details
Copy full SHA for 24374ca
Browse repository at this point
all ansi color sequences working!
trustytrojan
committed
e835c6f
View commit details
Copy full SHA for e835c6f
Browse repository at this point
fix: make `newRow()` use the new FontBgMap APIs (move the 2nd layer as well)
trustytrojan
committed
b705d81
View commit details
Copy full SHA for b705d81
Browse repository at this point
add parameter comment for `consoleInit()`
Show description for 75f449f
trustytrojan
committed
75f449f
View commit details
Copy full SHA for 75f449f
Browse repository at this point
Commits on Aug 9, 2025
bugfixes
trustytrojan
committed
613e167
View commit details
Copy full SHA for 613e167
Browse repository at this point
`siscanf` and `sscanf` might just be different
trustytrojan
committed
4e846a2
View commit details
Copy full SHA for 4e846a2
Browse repository at this point
Commits on Aug 11, 2025
Escape sequence character buffering implemented
trustytrojan
committed
6da857f
View commit details
Copy full SHA for 6da857f
Browse repository at this point
Fix `consoleClearLine` mode usage
trustytrojan
committed
2a6bce8
View commit details
Copy full SHA for 2a6bce8
Browse repository at this point
You can’t perform that action at this time.