Description of the problem or steps to reproduce
I would like to be able to specify a different cursor type, like I-beam, block etc...
Right now, I use a micro wrapper to do this:
$ type micro
micro is a function
micro ()
{
echo -ne '\e[5 q';
${HOME}/.local/share/cmd/micro "$@";
echo -ne '\e[0 q'
}
I prefer the I-beam cursor for micro editor.
Specifications
$ micro --version
Version: 2.0.10
Commit hash: b9763856
Compiled on August 07, 2021
Commit hash: b9763856
OS:
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
Terminal: xterm-256color