diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-04-24 18:15:29 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-04-24 18:15:29 +0200 |
commit | b73acb4c71698a764763ae8dad94c1e8a2b8d7a3 (patch) | |
tree | 1c97e385dfce786fd2b344deee70e4c7392df245 /.gitignore | |
parent | f9e64d16390ef558ca2865d9ea450eb3510ec6da (diff) |
GtkTsmTerminal is a Gtk+-3.0 widget using libtsm. It provides a generic
terminal-widget that can be easily used to create any kinds of
terminal-emulators.
The GtkTsm program is a small example that shows how to use GtkTsm.
Note that all this is optional and only meant as example. Maybe at some
point we will install GtkTsmTerminal as shared object. However, it will
never be mandatory!
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ config.h.in~ config.log config.status configure +/gtktsm libtool m4/ src/tsm/libtsm.pc |