jesseduffield / jesseduffield/lazygit
Blinking prompt cursor after committing with lazygit and urxvt & VSCode term on Windows
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
**Describe the bug**
When using lazygit, with `rxvt-unicode`, and exits, sometimes the cursor is blinking whilst I normally have a non-blinking cursor in the shell.
**To Reproduce**
I believe the following should trigger the behavior:
Start: my prompt cursor is not blinking
1. `mkdir test && cd test`
2. `git init`
3. `echo "Hello" > world`
4. `lazygit`
5. Commit the changes with a message (I think any message will do, but here I used "test")
6. Quit lazygit
Now, my prompt cursor is blinking.
**Expected behavior**
Cursor should be in the same state as when lazygit was started.
**Version info:**
```bash
$ lazygit --version
commit=, build date=, build source=unknown, version=unversioned, os=linux, arch=amd64, git version=2.41.0
$ equery l lazygit
* Searching for lazygit ...
[I-O] [ ] dev-vcs/lazygit-0.40.0:0
```
**Additional context**
- x11-terms/rxvt-unicode-9.31-r2:0
Contributor guide
Assessment
This issue has not been assessed yet.