1
0
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:
Steven Hugg
2020-10-17 14:34:08 -05:00
parent d482145319
commit 244377e2a6
11 changed files with 374 additions and 29 deletions
+11 -3
View File
@@ -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;