We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9463c40 + 87c0743 commit 3b43ab2Copy full SHA for 3b43ab2
1 file changed
src/screenControl.py
@@ -392,6 +392,7 @@ def getHoveredFiles(self):
392
if index == self.hoverIndex]
393
394
def showAndGetCommand(self):
395
+ self.stdscr.attrset(0)
396
fileObjs = self.getFilesToUse()
397
files = [fileObj.getFile() for fileObj in fileObjs]
398
(maxy, maxx) = self.getScreenDimensions()
0 commit comments