# File lib/vimmatelib/terminals_window.rb, line 75
    def focus_terminal
      page = @gtk_notebook.get_nth_page(@gtk_notebook.page)
      page.has_focus = true if page
    end