andmarti1424 / sc-im

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

Zc and Zr don't work #815

Closed Quaddroo closed 11 months ago

Quaddroo commented 1 year ago

As described. They are supposed to "zap" (hide) the current column or row, as per the help pages.

They do nothing on my system, running the latest version of this.

I also can't figure out how to them, since I could not find how to refer to the current cell in a map command (something like nmap "Zc" ":hidecol {current column}", but the help does not explain how to refer to the current column)

andmarti1424 commented 1 year ago

This works ok on my systems. What version are you using? You might try using @myrow and @mycol to reference current row and column.