Minor cleanup.

This commit is contained in:
Simon Forman 2019-12-03 08:41:42 -08:00
parent fdf0339e16
commit 0588496ca5
3 changed files with 2 additions and 3 deletions

2
README
View File

@ -10,7 +10,7 @@
--------------------------------------------------
Copyright © 2014-2018 Simon Forman
Copyright © 2014-2019 Simon Forman
This file is part of Thun

View File

@ -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

View File

@ -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