Horizontal alignment is reset when a line break or tab is inserted in p8scii.
The example below expects the first line to start at the beginning of the first line after a line break.
Also, the tab position seems to reset the shift cursor.
cls() ?"\+jjtest p8scii\ntest p8scii (đšADJUST:j)",0,0 ?"\+ljtest p8scii\ntest p8scii (đšADJUST:l)",0,16 ?"\-jtest\-j p8scii (đšADJUST:j)",0,64 ?"\-ltest\-l p8scii (đšADJUST:l)",0,72 |
There is a solution to this.
The solution is to use \^h
to preserve the starting x adjustment after the line break.
This post uses that solution.
https://www.lexaloffle.com/bbs/?tid=52886
[Please log in to post a comment]