Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gtk Terminal Widget

Simple question: Is there a linux-style terminal widget for GTK? Preferably for Haskell, too, as I want to use gtk2hs

like image 303
Lanbo Avatar asked Apr 12 '11 11:04

Lanbo


2 Answers

vte is what is used in gnome-terminal. It seems there are vte haskell bindings.

like image 176
liberforce Avatar answered Nov 07 '22 00:11

liberforce


Pretty much the best and only candidate is VTE. Not sure if you would need an explicit Haskell wrapper for the native library or not.

like image 30
Pete Avatar answered Nov 06 '22 23:11

Pete