mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-24 11:16:38 +00:00
serial test harness, readFile/writeFile, tty save/load state
This commit is contained in:
+11
-3
@@ -4,9 +4,6 @@
|
||||
.gutter-offset {
|
||||
width: 3em;
|
||||
}
|
||||
.CodeMirror-gutter-elt:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.gutter-bytes {
|
||||
width: 6em;
|
||||
}
|
||||
@@ -17,6 +14,10 @@
|
||||
width: 1em;
|
||||
cursor: cell;
|
||||
}
|
||||
.CodeMirror-gutter-elt:hover {
|
||||
text-decoration: underline;
|
||||
cursor: cell;
|
||||
}
|
||||
.currentpc-span {
|
||||
background-color: #7e2a70;
|
||||
}
|
||||
@@ -659,6 +660,13 @@ div.asset_toolbar {
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
.transcript-style-16 { /* alternate */
|
||||
color: #6666ff;
|
||||
background-color: #eeeeff;
|
||||
}
|
||||
.transcript-style-32 { /* alternate 2 */
|
||||
background-color: #eee;
|
||||
}
|
||||
.transcript-reverse {
|
||||
background-color: #666;
|
||||
color: #ddd;
|
||||
|
||||
Reference in New Issue
Block a user