Compare commits

..

No commits in common. "32b421d40294390d0b003ff70b14030ae6b2b449" and "b8e0874ab036fac78ba4fe519e63800595d3a849" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,8 @@ 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.

View File

@ -38,7 +38,6 @@ 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()