Minor cleanup.
This commit is contained in:
parent
fdf0339e16
commit
0588496ca5
2
README
2
README
|
|
@ -10,7 +10,7 @@
|
|||
--------------------------------------------------
|
||||
|
||||
|
||||
Copyright © 2014-2018 Simon Forman
|
||||
Copyright © 2014-2019 Simon Forman
|
||||
|
||||
This file is part of Thun
|
||||
|
||||
|
|
|
|||
|
|
@ -616,7 +616,6 @@ def unique(S):
|
|||
'''Given a list remove duplicate items.'''
|
||||
tos, stack = S
|
||||
I = list(iter_stack(tos))
|
||||
list_to_stack(sorted(set(I), key=I.index))
|
||||
return list_to_stack(sorted(set(I), key=I.index)), stack
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ to when commands are executed, and so records the log of user actions and
|
|||
system events. It tends to fill up quickly so there's a reset_log command
|
||||
that clears it out.
|
||||
|
||||
Viewers have "grow" and "close" in ther menu bars. These are buttons.
|
||||
Viewers have "grow" and "close" in their menu bars. These are buttons.
|
||||
When you right-click on grow a viewer a copy is created that covers that
|
||||
viewer's entire track. If you grow a viewer that already takes up its
|
||||
whole track then a copy is created that takes up an additional track, up
|
||||
|
|
|
|||
Loading…
Reference in New Issue