Simple question: Is there a linux-style terminal widget for GTK? Preferably for Haskell, too, as I want to use gtk2hs
Gtk Terminal Widget
vte is what is used in gnome-terminal. It seems there are vte haskell bindings.
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.
© 2022 - 2024 — McMap. All rights reserved.