add support for overwrite/insert mode
This commit is contained in:
parent
00a2749553
commit
e8546965ee
5 changed files with 49 additions and 6 deletions
|
|
@ -27,10 +27,14 @@
|
|||
}
|
||||
|
||||
.cursor {
|
||||
width: 2px;
|
||||
background: black;
|
||||
border-left: 2px solid black;
|
||||
}
|
||||
|
||||
.cursor.overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
.line .invisible {
|
||||
color: rgb(191, 191, 191);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue