mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-20 14:29:16 +00:00
fixed first line of editor disappearing finally
This commit is contained in:
parent
232b2f3850
commit
76cb868382
@ -2,10 +2,9 @@
|
||||
|
||||
.CodeMirror {
|
||||
/* Set height, width, borders, and global font properties here */
|
||||
border: 1px solid #eee;
|
||||
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
|
||||
font-size: 0.8em;
|
||||
height: 96vh;
|
||||
height: 94vh;
|
||||
}
|
||||
|
||||
/* PADDING */
|
||||
|
@ -20,7 +20,6 @@ TODO:
|
||||
- show errors in list (maybe window list?)
|
||||
- click to go to error
|
||||
- what if error in include file you can't edit b/c it never appears?
|
||||
- can't see 1st line in editor sometimes (when scrolling cursor past bottom of screen)
|
||||
- online help
|
||||
- show self-modifying code insns left of editor
|
||||
- facade/kbd shortcuts for emulators, focus
|
||||
|
Loading…
x
Reference in New Issue
Block a user