diff --git a/pisi/cli/history.py b/pisi/cli/history.py index 23742833..eea314b9 100644 --- a/pisi/cli/history.py +++ b/pisi/cli/history.py @@ -86,7 +86,7 @@ Lists previous operations.""") class LessPipe(): def __init__(self): import subprocess - self.less = subprocess.Popen(["less", "-"], + self.less = subprocess.Popen(["less", "-K", "-"], stdin=subprocess.PIPE) def __del__(self):