nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
183 stars 14 forks source link

REQUEST: SEQ export, permit hex/decimal codes at begining and end #192

Open wbochar opened 4 years ago

wbochar commented 4 years ago

SEQ export has the ability to insert a CLRSCREEN $93 at the beginning of the file. Often, switching to GFX mode $80 is helpful at the beginning. I would include a checkbox for for GFX mode.

Also, a user comma separated byte list of hex codes for after the CLR/GFXMODE and EOF would be helpful.. often BBS graphics will need to turn off gfx mode, cursor to another location and other custom (non printable) commands (custom bytes) etc.

so: [] CLRSCREEN [] GFX MODE /UPPERCASE Start Custom Byte List: ======== (textbox) EOF Custom Byte List: ========= (textbox)