diff --git a/Gemfile.lock b/Gemfile.lock
index b6cfa561f1d092fa1535fe28bf07380a83d8aa8e..267bd723462d258f015e5be041b0b15637b5ef49 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -12,18 +12,17 @@ PATH
 GEM
   remote: https://rubygems.org/
   specs:
-    aruba (0.14.8)
-      childprocess (>= 0.6.3, < 1.1.0)
+    aruba (0.14.14)
+      childprocess (>= 0.6.3, < 4.0.0)
       contracts (~> 0.9)
       cucumber (>= 1.3.19)
       ffi (~> 1.9)
       rspec-expectations (>= 2.99)
-      thor (~> 0.19)
-    backports (3.11.4)
-    builder (3.2.3)
-    childprocess (1.0.1)
-      rake (< 13.0)
-    concurrent-ruby (1.1.4)
+      thor (>= 0.19, < 2.0)
+    backports (3.17.1)
+    builder (3.2.4)
+    childprocess (3.0.0)
+    concurrent-ruby (1.1.6)
     contracts (0.16.0)
     cucumber (3.1.2)
       builder (>= 2.1.2)
@@ -43,23 +42,23 @@ GEM
     cucumber-wire (0.0.1)
     diff-lcs (1.3)
     eventmachine (1.2.7)
-    ffi (1.10.0)
+    ffi (1.12.2)
     gherkin (5.1.0)
     json (1.8.6)
     methadone (1.9.5)
       bundler
-    multi_json (1.13.1)
+    multi_json (1.14.1)
     multi_test (0.1.2)
     ncursesw (1.4.10)
     rake (11.3.0)
     rdoc (4.3.0)
     require_all (2.0.0)
-    rspec-expectations (3.8.2)
+    rspec-expectations (3.9.1)
       diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (~> 3.8.0)
-    rspec-support (3.8.0)
-    thor (0.20.3)
-    wisper (2.0.0)
+      rspec-support (~> 3.9.0)
+    rspec-support (3.9.2)
+    thor (1.0.1)
+    wisper (2.0.1)
 
 PLATFORMS
   ruby
@@ -73,4 +72,4 @@ DEPENDENCIES
   rdoc (~> 4.2)
 
 BUNDLED WITH
-   2.0.1
+   2.1.4
diff --git a/lib/aethyr/core/render/display.rb b/lib/aethyr/core/render/display.rb
index 5b1d4dc8bb497a254f3ea88ce0cd40a0bb48a923..f5bf9882bcbed0ed5a66ae77093b2b537236d386 100644
--- a/lib/aethyr/core/render/display.rb
+++ b/lib/aethyr/core/render/display.rb
@@ -28,7 +28,6 @@ class Display
     @screen = Ncurses.newterm("xterm-256color", @socket, @socket)
 
     Ncurses.set_term(@screen)
-    Ncurses.resizeterm(@height, @width)
     Ncurses.cbreak           # provide unbuffered input
     Ncurses.noecho           # turn off input echoing
     Ncurses.nonl             # turn off newline translation