mirror of https://github.com/Hilbis/Hilbish
Compare commits
2 Commits
b8e0874ab0
...
32b421d402
Author | SHA1 | Date |
---|---|---|
sammyette | 32b421d402 | |
TorchedSammy | 0ee47cc6f0 |
|
@ -29,8 +29,6 @@ it to be.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
**NOTE:** Hilbish is currently only officially supported and tested on Linux
|
|
||||||
|
|
||||||
## Prebuilt binaries
|
## Prebuilt binaries
|
||||||
Go [here](https://nightly.link/Rosettea/Hilbish/workflows/build/master) for
|
Go [here](https://nightly.link/Rosettea/Hilbish/workflows/build/master) for
|
||||||
builds on the master branch.
|
builds on the master branch.
|
||||||
|
|
|
@ -38,6 +38,7 @@ func (rl *Instance) Readline() (string, error) {
|
||||||
rl.modeViMode = VimInsert
|
rl.modeViMode = VimInsert
|
||||||
rl.pos = 0
|
rl.pos = 0
|
||||||
rl.posY = 0
|
rl.posY = 0
|
||||||
|
rl.tcPrefix = ""
|
||||||
|
|
||||||
// Completion && hints init
|
// Completion && hints init
|
||||||
rl.resetHintText()
|
rl.resetHintText()
|
||||||
|
|
Loading…
Reference in New Issue