svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
964 stars 31 forks source link

Can't see the full answer when writing an algebraic equation #124

Open SasanK-0p opened 2 months ago

SasanK-0p commented 2 months ago

Whenever I write any algebraic equation like 5x+9=2 It will just output - (5*x)+9 =2 (something like this)

It's just the first line of output of qalc cli. It doesn't print the second line which has the actual value of x. Is there any way to fix it.

Sorry if asked something stupid

mtpham99 commented 2 months ago

I am having the same issue. Right now I am using the "-terse" option to get it to display the results. However, this will also omit the input expression in the history.

svenstaro commented 2 months ago

I'm not sure there's a great way to fix this. You could always do solve(5x+9=2) which gives the answer on the same line but I see how that's less convenient.