mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	Update buildkit dependency to v0.14.0-rc1. Update the tracing infrastructure to use the new detect API which updates how the delegated exporter is configured. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
#VT100
This project was based on jaguilar/vt100
This is a vt100 screen reader. It seems to do a pretty decent job of parsing the nethack input stream, which is all I want it for anyway.
Here is a screenshot of the HTML-formatted screen data:
The features we currently support:
- Cursor movement
 - Erasing
 - Many of the text properties -- underline, inverse, blink, etc.
 - Sixteen colors
 - Cursor saving and unsaving
 - UTF-8
 - Scrolling
 
Not currently supported (and no plans to support):
- Prompts
 - Other cooked mode features
 
The API is not stable! This is a v0 package.
