Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-11 | Fix removing entries during tab complete | Curtis McEnroe | |
Since tabNext starts on match->next, if match gets removed, it should be set to match->prev so that tabNext will start in the same spot. | |||
2018-08-10 | Become multi-channel | Curtis McEnroe | |
There's a lot of UI missing for it, but it technically works. | |||
2018-08-08 | Factor out line editing to edit.c | Curtis McEnroe | |
2018-08-07 | Implement cycling tab complete | Curtis McEnroe | |
Not properly hooked up to the UI yet. | |||
2018-08-07 | Populate tab-complete list | Curtis McEnroe | |