Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix removing entries during tab complete | June McEnroe | 2018-08-11 |
| | | | | | 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. | ||
* | Become multi-channel | June McEnroe | 2018-08-10 |
| | | | | There's a lot of UI missing for it, but it technically works. | ||
* | Factor out line editing to edit.c | June McEnroe | 2018-08-08 |
| | |||
* | Implement cycling tab complete | June McEnroe | 2018-08-07 |
| | | | | Not properly hooked up to the UI yet. | ||
* | Populate tab-complete list | June McEnroe | 2018-08-07 |