7

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

Lanbo
  • 15,118
  • 16
  • 70
  • 147

2 Answers2

5

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

liberforce
  • 11,189
  • 37
  • 48
1

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.

Pete
  • 11,313
  • 4
  • 43
  • 54