fix uxnasm issue with macro comment

This commit is contained in:
~d6 2025-02-02 17:47:14 -05:00
parent 67bc48f648
commit 9ef4beaac2
1 changed files with 4 additions and 4 deletions

View File

@ -23,10 +23,10 @@
%cr { #0d18 DEO }
%crlf { cr nl }
%ansi { #1b18 DEO #5b18 DEO }
%alternate-buffer-on { ( \e[?1049h )
ansi #3f18 DEO #3118 DEO #3018 DEO #3418 DEO #3918 DEO #6818 DEO }
%alternate-buffer-off { ( \e[?1049l )
ansi #3f18 DEO #3118 DEO #3018 DEO #3418 DEO #3918 DEO #6c18 DEO }
( \e[?1049h )
%alternate-buffer-on { ansi #3f18 DEO #3118 DEO #3018 DEO #3418 DEO #3918 DEO #6818 DEO }
( \e[?1049l )
%alternate-buffer-off { ansi #3f18 DEO #3118 DEO #3018 DEO #3418 DEO #3918 DEO #6c18 DEO }
( emit macros )
( )