You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File is a SC spreadsheet, but this is clearest when manually writing the spreadsheet:
Start a new SC spreadsheet
In cell A0, run <multiline\nstring\nexample
Notice the cell is too small, run aa. This makes the cell 25 characters wide (the width of multiline.string.example.) but still 1 tall, hiding the two other lines of the label
Playing around a little further, it appears that while the width is recognized as part of the format, the height isn't (fh,fl prompt Current format is messages, whereas fj,fk don't). So perhaps these need different semantics?
File is pasted below, for what it's worth
# This data file was generated by the Spreadsheet Calculator Improvised (sc-im)
# You almost certainly shouldn't edit it.
newsheet "Sheet1"
movetosheet "Sheet1"
offscr_sc_cols 0
offscr_sc_rows 0
nb_frozen_rows 0
nb_frozen_cols 0
nb_frozen_screenrows 0
nb_frozen_screencols 0
leftstring A0 = "multiline\nlabel\nexample"
goto A0
movetosheet "Sheet1"
\n
is not treated specially when it comes toaa
, making it compute much wider (and shorter) values for cell needs in case of multiline string content.The text was updated successfully, but these errors were encountered: