File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ def set_win_title(msg=None):
339
339
# logger.debug('set_win_title(): d_msg = "' + d_msg + '"')
340
340
341
341
if token_id == 0 and Log .locked :
342
- d_msg += '(Session Locked)'
342
+ d_msg += ' (Session Locked)'
343
343
344
344
if platform .lower ().startswith ('win' ):
345
345
# ctypes.windll.kernel32.SetConsoleTitleW('● ' + tokens[token_id] + d_msg)
Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ def initHead(self, info):
790
790
try :
791
791
self .headWin .addstr (0 , 0 , info , curses .color_pair (4 ))
792
792
if self ._cnf .locked :
793
- self .headWin .addstr ('[' , curses .color_pair (5 ))
793
+ self .headWin .addstr (' [' , curses .color_pair (5 ))
794
794
self .headWin .addstr ('Session Locked' , curses .color_pair (4 ))
795
795
self .headWin .addstr ('] ' , curses .color_pair (5 ))
796
796
else :
You can’t perform that action at this time.
0 commit comments