From 982d3ee591aeeb164916a42a7a26fefca6d0622e Mon Sep 17 00:00:00 2001 From: Markus Gutschke Date: Thu, 2 Sep 2010 23:42:42 +0000 Subject: [PATCH] Force a zero pixel margin on the tag. Without this change, ShellInABox would occasionally think that it was in "embedded" mode, whenever the user applied a scaling factor (e.g. by pressing CTRL-Minus). --- config.h | 2 +- configure | 2 +- configure.ac | 2 +- demo/demo.html | 7 ++++++- demo/vt100.js | 2 +- shellinabox/root_page.html | 7 ++++++- shellinabox/shell_in_a_box.js | 2 +- shellinabox/vt100.js | 2 +- 8 files changed, 18 insertions(+), 8 deletions(-) diff --git a/config.h b/config.h index 048abd5..c58ce4d 100644 --- a/config.h +++ b/config.h @@ -153,7 +153,7 @@ #define STDC_HEADERS 1 /* Most recent revision number in the version control system */ -#define VCS_REVISION "216" +#define VCS_REVISION "217" /* Version number of package */ #define VERSION "2.10" diff --git a/configure b/configure index 1910a51..892ad31 100755 --- a/configure +++ b/configure @@ -2328,7 +2328,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -VCS_REVISION=216 +VCS_REVISION=217 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index ca11ec7..861b093 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.10, markus@shellinabox.com) -VCS_REVISION=216 +VCS_REVISION=217 AC_SUBST(VCS_REVISION) AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}", [Most recent revision number in the version control system]) diff --git a/demo/demo.html b/demo/demo.html index aa41988..b62a92d 100644 --- a/demo/demo.html +++ b/demo/demo.html @@ -4,7 +4,7 @@ Shell In A Box + +