add initial set/read/clear bookmark commands

This commit is contained in:
chrys
2016-09-22 23:42:50 +02:00
parent ac6e11537c
commit a037dde714
10 changed files with 193 additions and 63 deletions

View File

@ -46,7 +46,7 @@ class driver():
not "sh" == i[0] and \
not "ps" == i[0]:
if "tty"+currScreen in i[1]:
appList.append(i[0])
appList.append(i[0].upper())
return appList
def getIgnoreScreens(self):