Canvas mode for Amiga/plain mode
This commit is contained in:
parent
5e05d0fbb8
commit
8212f2c679
3 changed files with 5 additions and 1 deletions
|
|
@ -416,6 +416,8 @@ class @Sahli
|
|||
@increaseFont($('pre'), -2)
|
||||
when @keycode '9'
|
||||
@increaseFont($('pre'), 2)
|
||||
when @keycode '0'
|
||||
$('pre').css("font-size", "2.5vw");
|
||||
when 40 # down
|
||||
@moveline 1
|
||||
when 38 # up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue