diff options
-rw-r--r-- | ranger/config/commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index db14403f..49d8f213 100644 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -1330,6 +1330,7 @@ class paper(Command): manager module of ranger and can be later displayed in ranger, for example by setting the option "linemode" to "papertitle". """ + _paper_console_chain = None def execute(self): # TODO: This sets a pseudo-global variable containing a stack of # commands that should be opened in the console next. It's a |