nurpax / petmate

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

Formatting issue when loading non standard sized seq files back to 40 columns screens #155

Closed manuelvio closed 5 years ago

manuelvio commented 5 years ago

Loading non standard sized seq files into 40 columns wide screens leads to formatting issues, due to the fact that exported sequences have no information about the original row size. This is a 10x10 sample drawn in petmate: insCRsample The same sample is exported in seq format and reloaded in petmate and digital paint on Vice (respectively, both 40 chars column wide): insCR1 testCR1vice

In the case of narrower screens a solution could be adding a carriage return char (0x0D or 0x8D depending on reverse being active) at the end of each row.

manuelvio commented 5 years ago

Closing this as it should be resolved by #156