I’ve been scrolling through the forum for a snippet that increases the width of the cursor to give it a “Terminal” look. The closest I could find was:
.CodeMirror-cursor {
border-left-width: 0.5em;
}
However, this does not seem to work in the latest version.
Thank you.