andmarti1424 / sc-im

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

fix: pasted expressions not in graph (issue #915) #914

Open DHMike57 opened 2 weeks ago

DHMike57 commented 2 weeks ago

Probably should be deleted in favour of #916

Adds a call to rebuild_graph() after each call to paste_yanked_ents(...).

See issue #915