How to customize cursor for typing in jquery terminal #948
Thecode764
started this conversation in
General
Replies: 1 comment
-
You can use CSS variable:
To change the cursor animation: There are 4 builtin animations:
If you want to create your own animation you need to look a the source code. To change the color of the cursor without affecting the rest of the terminal, you can use this:
Here is an example of changing colors on different parts of the terminal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello in the jquery terminal you can use
prompt:
for set prompt for terminal how to customize the cursor for typing in jquery terminalthe cursor for typing
Beta Was this translation helpful? Give feedback.
All reactions