This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/core.tal b/src/core.tal | |
| index ceba94e..e2c8d9b 100644 | |
| --- a/src/core.tal | |
| +++ b/src/core.tal | |
| @@ -206,6 +206,10 @@ | |
| &rawstr ( t* -- ) | |
| /req-name !rom/<write-str> | |
| + &immedi ( t* -- ) | |
| + { "Immediate 20 "rune 20 "detected. 0a00 } STH2r err/<print> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ tst python -m venv .venv ➜ tst source .venv/bin/activate ((.venv) ) ➜ tst pip install "textual[syntax]" | |
| Collecting textual[syntax] Using cached textual-6.6.0-py3-none-any.whl.metadata (9.1 kB) | |
| Collecting markdown-it-py>=2.1.0 (from markdown-it-py[linkify]>=2.1.0->textual[syntax]) Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB) | |
| Collecting mdit-py-plugins (from textual[syntax]) | |
| Using cached mdit_py_plugins-0.5.0-py3-none-any.whl.metadata (2.8 kB) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import sys | |
| from code import InteractiveConsole | |
| from io import StringIO | |
| from random import choice | |
| from rich.syntax import Syntax | |
| from textual.app import App, ComposeResult | |
| from textual.containers import Container, Horizontal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import sys | |
| from code import InteractiveConsole | |
| from io import StringIO | |
| from rich.syntax import Syntax | |
| from textual.app import App, ComposeResult, RenderResult | |
| from textual.containers import Container, Horizontal | |
| from textual.widget import Widget |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # thanks to makeworld for new instructions and multiline comment support | |
| filetype: uxntal | |
| detect: | |
| filename: "\\.(tal|utl|uxn|unu|unutal|uxntal)$" | |
| rules: | |
| # Uxntal | |
| - identifier: "[@,;.&][^\ \n\r]+" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ ~ vncserver -localhost | |
| Could not start Xvnc. | |
| Xvnc TigerVNC 1.15.0 - built Mar 4 2025 13:49:08 | |
| Copyright (C) 1999-2025 TigerVNC team and many others (see README.rst) | |
| See https://www.tigervnc.org for information on TigerVNC. | |
| Underlying X server release 12101016 | |
| Built without GBM support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE keyboardmap> | |
| <keyboardmap version="1.0"> | |
| <mapping key="<" note="17"/> | |
| <mapping key="A" note="18"/> | |
| <mapping key=";" note="19"/> | |
| <mapping key="O" note="20"/> | |
| <mapping key="Q" note="21"/> | |
| <mapping key="E" note="22"/> | |
| <mapping key="J" note="23"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ASTRA-256 Assembler > General Discussions > Topic Details | |
| sovereign has ASTRA-256 Assembler 8 Feb, 2021 @ 12:09pm | |
| Key table | |
| Hi, folks. | |
| ASTRA-256 is a cool piece of software. I'd like to see a reference table added to the manual that contains the individual keyboard key values for each color (off, green, red, yellow). | |
| Below is a list I compiled (hex) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // g++ -o vtermtest vtermtest.cpp -lvterm -lutil -lSDL2 -lSDL2_ttf -licuuc | |
| #include <termios.h> | |
| #include <pty.h> | |
| #include <unistd.h> | |
| #include <stdlib.h> | |
| #include <sys/wait.h> | |
| #include <iostream> | |
| #include <vector> | |
| #include <vterm.h> | |
| #include <SDL2/SDL.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 0 "../tal/uxn11/src/uxn.c" | |
| # 0 "<built-in>" | |
| # 0 "<command-line>" | |
| # 1 "/usr/include/stdc-predef.h" | |
| 1 3 4 | |
| # 0 "<command-line>" | |
| 2 | |
| # 1 "../tal/uxn11/src/uxn.c" | |
| # 1 "../tal/uxn11/src/uxn.h" | |
| 1 |
NewerOlder