Implement save/unsave post + saved list display
This commit is contained in:
@@ -73,6 +73,12 @@ class Terminal(object):
|
||||
attr = Color.GREEN
|
||||
return text, attr
|
||||
|
||||
@property
|
||||
def saved(self):
|
||||
text = '[saved]'
|
||||
attr = Color.GREEN
|
||||
return text, attr
|
||||
|
||||
@property
|
||||
def vline(self):
|
||||
return getattr(curses, 'ACS_VLINE', ord('|'))
|
||||
|
||||
Reference in New Issue
Block a user