Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setBackgroundColor(colors.lightGray)
- term.clear()
- term.setTextColour(colors.black)
- print("ATOP 2.0")
- for i=1,multishell.getCount() do
- if multishell.getCurrent() == i then
- term.setTextColor(colors.yellow)
- else
- term.setTextColor(colors.black)
- end
- print(multishell.getTitle(i))
- end
- sleep(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement