andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.88k stars 208 forks source link

segfault in lua with undo fix (issue #897) #898

Closed DHMike57 closed 1 month ago

DHMike57 commented 1 month ago

See #897

Patch treats lua functions like file loading for purposes of undo, preventing undo actions being recorded with sc.sc in particular. Since lc.setnum etc. do not record undo actions this does not seem to be a great loss. Uses the roman->loading flag : you may think this is a bit of a hack!

andmarti1424 commented 1 month ago

hello. thanks for your patch. indeed, nice hack. we can merge this.

andmarti1424 commented 1 month ago

Thank you. Merged on dev branch.