mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-07 19:42:03 +00:00
Compare commits
2 Commits
b8e0874ab0
...
32b421d402
Author | SHA1 | Date | |
---|---|---|---|
|
32b421d402 | ||
|
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…
x
Reference in New Issue
Block a user