Canvas mode for Amiga/plain mode

This commit is contained in:
m0qui 2018-03-26 22:09:44 +02:00
parent 80a92fc0c0
commit 8fd83c3040
2 changed files with 4 additions and 0 deletions

View file

@ -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