aboutsummaryrefslogtreecommitdiffstats
path: root/ui.go
Commit message (Expand)AuthorAgeFilesLines
* limit width of windowv1.0.1Sam Anthony2023-07-291-8/+21
* move commentSam Anthony2023-07-291-2/+1
* rename var lines -> padlinesSam Anthony2023-07-291-4/+4
* add padding to uiSam Anthony2023-07-291-9/+40
* radian/degree mode toggle commandSam Anthony2023-07-291-0/+2
* trig functionsSam Anthony2023-07-291-1/+1
* use Stack push, pop methodsSam Anthony2023-07-291-2/+2
* negation commandSam Anthony2023-07-291-2/+4
* CE and AC commandsSam Anthony2023-07-291-0/+5
* swap commandSam Anthony2023-07-291-1/+7
* exponentiation operatorSam Anthony2023-07-281-1/+1
* arithmetic operatorsSam Anthony2023-07-281-2/+4
* rename Calculator.buffer to Calculator.bufSam Anthony2023-07-281-8/+8
* addition operatorSam Anthony2023-07-271-0/+2
* fix typo in input parsing blockSam Anthony2023-07-231-1/+1
* constant and function parsing skeletonSam Anthony2023-07-231-1/+11
* use UTF-8 box characters in uiSam Anthony2023-07-231-12/+60
* ui skeletonSam Anthony2023-07-221-0/+48