mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 20:41:01 +01:00
lots of additions
- added Makefile for building - added math constant support - added many more calc operators and functions - added more stack manipulation functions
This commit is contained in:
@@ -55,7 +55,7 @@ func main() {
|
||||
|
||||
rl, err := readline.NewEx(&readline.Config{
|
||||
Prompt: "\033[31m»\033[0m ",
|
||||
HistoryFile: os.Getenv("HOME") + ".rpn-history",
|
||||
HistoryFile: os.Getenv("HOME") + "/.rpn-history",
|
||||
HistoryLimit: 500,
|
||||
AutoComplete: calc.completer,
|
||||
InterruptPrompt: "^C",
|
||||
|
||||
Reference in New Issue
Block a user