diff options
author | Javier <dev.git@javispedro.com> | 2015-06-16 11:07:08 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-16 11:07:08 +0200 |
commit | c928f2dac370bf9ac8e12e666d801634f8ab5625 (patch) | |
tree | c7ad8cf9fae6fc1f5d3f0dfe36dcb1225fede0cc | |
parent | 85d352fb16840e9607a028bf2a7a07b4c3b74ebf (diff) | |
download | vteimg-c928f2dac370bf9ac8e12e666d801634f8ab5625.tar.gz vteimg-c928f2dac370bf9ac8e12e666d801634f8ab5625.zip |
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | view.c | 3 |
2 files changed, 7 insertions, 4 deletions
@@ -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. @@ -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)) { |