diff --git a/examples/term.ui/README.md b/examples/term.ui/README.md new file mode 100644 index 0000000000..409a55e837 --- /dev/null +++ b/examples/term.ui/README.md @@ -0,0 +1 @@ + diff --git a/examples/term.ui/pong.v b/examples/term.ui/pong.v index af2f14c8b1..93af6c970d 100644 --- a/examples/term.ui/pong.v +++ b/examples/term.ui/pong.v @@ -1,3 +1,5 @@ +// Copyright (c) 2020 Lars Pontoppidan. All rights reserved. +// Use of this source code is governed by the MIT license distributed with this software. import term import term.ui import time diff --git a/examples/term.ui/screenshot_pong.png b/examples/term.ui/screenshot_pong.png new file mode 100644 index 0000000000..9127d7b50a Binary files /dev/null and b/examples/term.ui/screenshot_pong.png differ