add support for overwrite/insert mode

This commit is contained in:
Fabian Jakobs 2010-04-29 14:47:48 +02:00
commit e8546965ee
5 changed files with 49 additions and 6 deletions

View file

@ -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);
}