From fff14e256398fab140054b8745e686bb8051aca1 Mon Sep 17 00:00:00 2001 From: seebye Date: Tue, 28 Aug 2018 23:34:54 +0200 Subject: ueberzug suppress stderr --- ranger/ext/img_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/ext/img_display.py b/ranger/ext/img_display.py index 0ef45a4a..45b43070 100644 --- a/ranger/ext/img_display.py +++ b/ranger/ext/img_display.py @@ -690,7 +690,7 @@ class UeberzugImageDisplayer(ImageDisplayer): not self.process.stdin.closed): return - self.process = Popen(['ueberzug', 'layer'], + self.process = Popen(['ueberzug', 'layer', '--silent'], stdin=PIPE, universal_newlines=True) self.is_initialized = True -- cgit 1.4.1-2-gfad0 21118103e'>this commit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/subx/dgen
blob: c4afbfb28ef9493112de1dadfe3382a042062314 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11