andmarti1424 / sc-im

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

fix range not updating with getent and segfault (issue #918) #917

Closed DHMike57 closed 6 days ago

DHMike57 commented 2 weeks ago

Range limits should be eval'd if they contain an expression. Also a segfault due to a NULL pointer to sh on copying either with yank or undo.

Some horribly long expressions! Could do with a readability refactor.

issue #918

andmarti1424 commented 2 weeks ago

Thank you for this PR! will take a look at it.