Min RK
bfa501855a
use $(window).height() instead of window.innerHeight
...
to measure window height when resizing contents
Sometimes these values differ by a pixel,
we may never know why.
window.innerHeight seems to be larger when they disagree, causing an extra scrollbar to be drawn.
11 years ago
Min RK
8b93d1561e
disable screenKeys in term.js
...
these capture ctrl-a and other keyboard shortcuts
11 years ago
Min RK
4335486bdc
Merge pull request #7263 from takluyver/nb-common-config
...
Add common config section for frontend config
12 years ago
Min RK
d48210701f
force Terminal.brokenBold=True
...
bold always seems broken
12 years ago
Matthias Bussonnier
4e2dfe2527
Some code cleanup in javascript and python
...
change patern that are prone to error, like function redifinition
and other.
12 years ago
Jonathan Frederic
79fe99d124
Make terminal pretty
12 years ago
Thomas Kluyver
0c3c3b3c79
Fix instantiating config in editor and terminal
12 years ago
Thomas Kluyver
01331514bd
Load common_config, and load extensions specified therein
12 years ago
Thomas Kluyver
d352d52bd8
Add comment explaining 1.02 factor
12 years ago
Bussonnier Matthias
1b200e5504
recompute dummy size dynamically + styling in css
12 years ago
Thomas Kluyver
9c0084e615
Multiple terminals and conditional initialisation
12 years ago
Thomas Kluyver
d4676bf2ad
Terminal basically working
...
Still need to deal with things like authentication
12 years ago
Thomas Kluyver
d211ebf067
Basic infrastructure for terminal page
12 years ago