cwd in the title
This commit is contained in:
@@ -218,7 +218,8 @@ class entry_collection:
|
|||||||
pars=float(pars)
|
pars=float(pars)
|
||||||
else:
|
else:
|
||||||
pars=float(self.options.columns)
|
pars=float(self.options.columns)
|
||||||
print(self.co.END+self.co.CLR+self.co.pos(1,3)+self.co.YEL+'FolderMenu x:exit '+helptext+self.co.END)
|
cwd=os.path.basename(os.getcwd())[0:15]
|
||||||
|
print(self.co.END+self.co.CLR+self.co.pos(1,3)+self.co.WHI+cwd+self.co.YEL+' Menu x:exit '+helptext+self.co.END)
|
||||||
rows=int(math.ceil(len(my_entries)/pars))
|
rows=int(math.ceil(len(my_entries)/pars))
|
||||||
while rows > maxrows:
|
while rows > maxrows:
|
||||||
pars+=1
|
pars+=1
|
||||||
|
|||||||
Reference in New Issue
Block a user