Commit Graph

17 Commits

Author SHA1 Message Date
87f5b7eeba Change name of module to start with lower q 2024-11-15 19:39:53 +02:00
7c5b4a4cbf Change API for interrupts and add options to interrupts 2024-10-22 23:37:20 +03:00
bc30cc2145 Add missing fmt.Printf(prompt) for Menu.GetInput(string) func 2024-10-22 22:52:00 +03:00
c083ee4f33 Add Exec and Grouping commands to root node 2024-10-22 21:46:54 +03:00
ddaf609d0c Add interrupts to simple Menu 2024-10-22 21:10:37 +03:00
37b00556e7 Move code that was just for printing the Menu to different private function 2024-10-19 22:47:28 +03:00
6cd080fc72 Fix issue when user could move back on root node 2024-10-19 22:47:28 +03:00
c3d2f34f09 Add using Log from menu in example 2024-10-19 22:47:28 +03:00
3adb36e336 Add Menu.Log as BufferedLogger 2024-10-19 22:47:28 +03:00
1a4d39fd1d Add WithUsageOfEscapeCodes option 2024-10-18 07:27:26 +03:00
faaa13fb2c Add Menu.handleInput() func and wrap handling of input into handeInput func 2024-10-18 07:27:05 +03:00
65b0d132c1 Add increment of lineCounter in Menu.iteration 2024-10-18 07:26:29 +03:00
e505fb654b Add Menu.clearLines() func 2024-10-18 07:25:56 +03:00
c84bed67cf Add UsingEscapeCodes to Menu and MenuConfig 2024-10-18 07:22:28 +03:00
e07cdfdfde Add example and building for example 2024-10-16 23:08:50 +03:00
223b699dec Add some state of library 2024-10-16 23:07:31 +03:00
afc725a1f0 Start of project 2024-10-16 23:06:13 +03:00