[fit addon] Restore row content after proposing geometry

- Restore `subjectRow.innerHTML`, using the `contentBuffer`
- Bump version to 0.25
This commit is contained in:
paris
2014-11-17 12:36:13 +02:00
parent 87979aeed4
commit c6a7e15b03
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -34,7 +34,7 @@
subjectRow.style.display = 'inline';
contentBuffer = subjectRow.textContent;
contentBuffer = subjectRow.innerHTML;
subjectRow.innerHTML = ' '; /* Arbitrary character to calculate its dimensions */
characterWidth = parseInt(subjectRow.offsetWidth);
@@ -54,6 +54,8 @@
rows = parseInt(availableHeight / rowHeight);
subjectRow.innerHTML = contentBuffer; /* Replace original content */
var geometry = {
'cols': cols,
'rows': rows
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "xterm.js",
"version": "0.24",
"version": "0.25",
"ignore": ["demo", "docs", "test", ".gitignore"]
}
+2 -2
View File
@@ -51,9 +51,9 @@ copyright = u'2014, SourceLair Limited'
# built documents.
#
# The short X.Y version.
version = '0.24'
version = '0.25'
# The full version, including alpha/beta/rc tags.
release = '0.24 Alpha'
release = '0.25 Alpha'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.