holzschu / holzschu/a-shell

Cursor blink config

Open
#649 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Perl
Stars
3.9k
Forks
213
Avg merge
1m
Merged PRs (30d)
1

Description

a-Shell is undoubtably amazing, though significant issues exists.

Using config -c and -k, I can set color and shape of the cursor. I prefer the 'block' shape of the cursor, that makes my cursor clear and easy to track, especially when the 'double cursor' issue isn't solved.

However, I did not find a config option for **cursor blink**. A non-blinking cursor in block shape covers the current character, annoying in most circumstances.

I can set cursor blink using js code `window.term_.setCursorBlink(true);`, but unfortunately window settings are executed after `.bashrc` and `.profile` been called. Manual call is required for setting cursor blink.

There should be a config option for **cursor blink**.

Thanks again for making such an useful tool. First time writing this kind of issue so my apology for any improper expression.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.