Skip to content

Commit 7051032

Browse files
committed
term pos
1 parent f69197b commit 7051032

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pypad.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html><head><meta charset=utf-8></head><script src=/cdn/0.9.3/pythons.js data-os=vtx,fs,gui data-python=cpython3.12 data-COLS=80 data-LINES=20 data-CONSOLE=5 type=module id=__main__ async defer>#<!--
1+
<html><head><meta charset=utf-8></head><script src=/cdn/0.9.3/pythons.js data-os=vtx,fs,gui data-python=cpython3.12 type=module id=__main__ async defer>#<!--
22

33
import asyncio
44
import tempfile
@@ -120,8 +120,9 @@
120120
.br {
121121
z-index : 50;
122122
position: fixed;
123-
bottom: 5;
124-
right: 5;
123+
right: 8;
124+
width: 50%;
125+
height: 50%;
125126
}
126127

127128
.bl {
@@ -149,7 +150,7 @@
149150
tabindex=1></canvas>
150151
</div>
151152

152-
<div id=terminal data-COLS=100 data-ROWS=30 class=br></div>
153+
<div id=terminal data-COLUMNS=80 data-LINES=30 data-CONSOLE=1 class=br></div>
153154

154155

155156
<div id=stdout style="border-style:solid; height=50%" class=bl>

0 commit comments

Comments
 (0)