2
2
镜像自地址 https://github.com/Hilbis/Hilbish 已同步 2025-07-08 03:52:02 +00:00

比较提交

..

2 次代码提交

作者 SHA1 备注 提交日期
sammyette
32b421d402
docs: remove support notice 2022-03-15 22:20:23 -04:00
TorchedSammy
0ee47cc6f0
fix(readline): clear history filter on Readline, fixes filtering after ctrl-c 2022-03-15 16:27:12 -04:00
共有 2 个文件被更改,包括 1 次插入2 次删除

查看文件

@ -29,8 +29,6 @@ it to be.
</div>
# Installation
**NOTE:** Hilbish is currently only officially supported and tested on Linux
## Prebuilt binaries
Go [here](https://nightly.link/Rosettea/Hilbish/workflows/build/master) for
builds on the master branch.

查看文件

@ -38,6 +38,7 @@ func (rl *Instance) Readline() (string, error) {
rl.modeViMode = VimInsert
rl.pos = 0
rl.posY = 0
rl.tcPrefix = ""
// Completion && hints init
rl.resetHintText()