# File lib/pry-remote-em/client.rb, line 202
    def receive_shell_result(c)
      if @keyboard
        @keyboard.bufferio(true)
        @keyboard.close_connection
      end
    end