ajaxterm - terminal size
Posted: Sun Oct 25, 2009 6:34 am
Does anyone know how to modify the size of the ajaxterm terminal window?
Specifically, I'd like to make it larger in both width and height. I've already tried editing the width and height in:
/var/hda/web-apps/ajaxterm/html/ajaxterm.py
from width=80 to width=160 and from height=24 to height=40
and
/var/hda/web-apps/ajaxterm/html/ajaxterm.html
from "t=ajaxterm.Terminal("term",80,25);" to "t=ajaxterm.Terminal("term",160,40);"
These two changes have not had any noticeable effect on the terminal window displayed in the browser.
I haven't seen any other obvious places that I can change these parameters.
Specifically, I'd like to make it larger in both width and height. I've already tried editing the width and height in:
/var/hda/web-apps/ajaxterm/html/ajaxterm.py
from width=80 to width=160 and from height=24 to height=40
and
/var/hda/web-apps/ajaxterm/html/ajaxterm.html
from "t=ajaxterm.Terminal("term",80,25);" to "t=ajaxterm.Terminal("term",160,40);"
These two changes have not had any noticeable effect on the terminal window displayed in the browser.
I haven't seen any other obvious places that I can change these parameters.