Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
This commit is contained in:
commit
7a4e9856c5
|
@ -104,7 +104,8 @@ class extendableOption(Option):
|
||||||
class backgroundMessage(threading.Thread):
|
class backgroundMessage(threading.Thread):
|
||||||
"""reporting with animation to indicate progress"""
|
"""reporting with animation to indicate progress"""
|
||||||
|
|
||||||
choices = {'bounce': ['_','o','O','°','¯','¯','°','O','o',],
|
choices = {'bounce': ['_', 'o', 'O', u'\u00B0',
|
||||||
|
u'\u203e',u'\u203e',u'\u00B0','O','o','_'],
|
||||||
'circle': [u'\u25f4',u'\u25f5',u'\u25f6',u'\u25f7'],
|
'circle': [u'\u25f4',u'\u25f5',u'\u25f6',u'\u25f7'],
|
||||||
'hexagon': [u'\u2b22',u'\u2b23'],
|
'hexagon': [u'\u2b22',u'\u2b23'],
|
||||||
'square': [u'\u2596',u'\u2598',u'\u259d',u'\u2597'],
|
'square': [u'\u2596',u'\u2598',u'\u259d',u'\u2597'],
|
||||||
|
|
Loading…
Reference in New Issue