diff options
-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)) { |