Skip to content

Instantly share code, notes, and snippets.

@rongyi
Created May 17, 2015 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rongyi/71ed0c87e570a7547bd8 to your computer and use it in GitHub Desktop.
Save rongyi/71ed0c87e570a7547bd8 to your computer and use it in GitHub Desktop.
show gnome-terminal tab at bottom
// add the code below to terminal_window_init function at line about 2034
gtk_notebook_set_tab_pos (GTK_NOTEBOOK (priv->notebook), GTK_POS_BOTTOM);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment