-
elvish write '\u23ce' while doing setupVT.
```
const (
lackEOLRune = '\u23ce'
lackEOL = "\033[7m" + string(lackEOLRune) + "\033[m"
enableSGRMouse = false
)
s += fmt.Sprintf("\033[?…
mrlzh updated
2 years ago
-
- [ ] zsh vanilla
- [ ] zsh oh-my-zsh
- [ ] zplug
- [ ] fish
- [ ] bash
- [ ] elvish
- [ ] powershell
-
While rewriting my Bash scripts into Elvish to automate tasks, such as building and testing Elvish on all my systems, I noticed I was running this shell command on my primary development system: `rm -…
-
Some card like those that produce mana based on the count of something (that is not track already) and some other could benefit for adding a hint that tell you how many you would get instead of you ne…
-
Exactly like in https://github.com/zellij-org/zellij/issues/1030 - personally I've never written any custom zsh completions so unfortunately I can't contribute here.
-
hmm I appear to have found a bug with resolve it works fine in the cmdline but from my module it fails to look up some funtions here is my code
fn type [cmd]{
r = (resolve $cmd)
if (==s $…
-
Consider this interactive Elvish scenario:
1) You run an external command (e.g., an editor such as `vim`) that modifies the TTY behavior.
1) That command dies in a manner which doesn't give it a…
-
related https://github.com/elves/elvish/issues/1345
related https://github.com/nadoo/glider/issues/129
-
### Game and System Information
- **Version: 1.17.26**
- **Downloaded from: Steam**
- **Build info:**
- **OS: Windows 10**
### Description of the bug
I don't know if this issue qualifies as a …
-
I want to use Elvish in my CI to check for syntax errors and the like. However, I'm unable to do this, because passing the source code to `elvish -c` throws the following error:
```text
compilatio…