diff --git a/ChangeLog b/ChangeLog index 3f7af89..6c5e1d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-21 Markus Gutschke + + * Possible fix for IE problems with horizontal positioning of + cursor if the line ends in spaces. + 2009-03-21 Markus Gutschke * Released version 2.5 diff --git a/config.h b/config.h index b74e09a..13f6b67 100644 --- a/config.h +++ b/config.h @@ -95,7 +95,7 @@ #define STDC_HEADERS 1 /* Most recent revision number in the version control system */ -#define VCS_REVISION "84" +#define VCS_REVISION "85" /* Version number of package */ #define VERSION "2.5" diff --git a/configure b/configure index d0d0619..82f2dc7 100755 --- a/configure +++ b/configure @@ -2055,7 +2055,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -VCS_REVISION=84 +VCS_REVISION=85 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index d8a13b1..756b0c2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.57) dnl This is the one location where the authoritative version number is stored AC_INIT(shellinabox, 2.5, markus@shellinabox.com) -VCS_REVISION=84 +VCS_REVISION=85 AC_SUBST(VCS_REVISION) AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}", [Most recent revision number in the version control system]) diff --git a/shellinabox/vt100.js b/shellinabox/vt100.js index ac65293..72b9509 100644 --- a/shellinabox/vt100.js +++ b/shellinabox/vt100.js @@ -202,6 +202,7 @@ VT100.prototype.initializeElements = function(container) { !this.getChildById(this.container, 'padding') || !this.getChildById(this.container, 'cursor') || !this.getChildById(this.container, 'lineheight') || + !this.getChildById(this.container, 'space') || !this.getChildById(this.container, 'input') || !this.getChildById(this.container, 'cliphelper') || !this.getChildById(this.container, 'attrib')) { @@ -245,6 +246,7 @@ VT100.prototype.initializeElements = function(container) { '
 
' + '' + '