aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-16 11:07:08 +0200
committerJavier <dev.git@javispedro.com>2015-06-16 11:07:08 +0200
commitc928f2dac370bf9ac8e12e666d801634f8ab5625 (patch)
treec7ad8cf9fae6fc1f5d3f0dfe36dcb1225fede0cc
parent85d352fb16840e9607a028bf2a7a07b4c3b74ebf (diff)
downloadvteimg-master.tar.gz
vteimg-master.zip
remove deprecated g_type_initHEADmaster
-rw-r--r--README.md8
-rw-r--r--view.c3
2 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index ce28c9f..cab07d2 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
-See https://twitter.com/javispedro/status/268753672329125888 for an example.
+![Screenshot](https://pbs.twimg.com/media/A7q1J_ACMAELNR2.png)
+
+![Screenshot](https://pbs.twimg.com/media/A7rOCoPCYAArW5o.png)
+
+This is a patch to libvte's 0.2x.x series that allows you to have inline images
+in your terminal. An acompanying program, _view_, uses GdkPixbuf to load several
+types of images and sends them to this terminal extension.
diff --git a/view.c b/view.c
index 6982006..4f935cf 100644
--- a/view.c
+++ b/view.c
@@ -132,11 +132,8 @@ static gboolean view_pixbuf(GdkPixbuf *pixbuf)
return TRUE;
}
-
int main(int argc, char * argv[])
{
- g_type_init();
-
GError *error = NULL;
if (!isatty(STDOUT_FILENO)) {