Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip version 3 #1

Merged
merged 4 commits into from Oct 8, 2020
Merged

wip version 3 #1

merged 4 commits into from Oct 8, 2020

Conversation

kwrooijen
Copy link
Collaborator

Most notable: Replaced get-terminal with text-terminal.

Still need to look at a few things that have changes in lanterna. I've commented those out to make it compile.

This works in bb:

(require '[lanterna.terminal :as terminal])

(def terminal (terminal/text-terminal))

(terminal/start terminal)
(terminal/put-string terminal "Hello TUI Babashka!" 10 5)
(terminal/flush terminal)

(Thread/sleep 1000)

@kwrooijen kwrooijen merged commit 14a4edc into master Oct 8, 2020
@kwrooijen kwrooijen deleted the feature/version-3 branch October 8, 2020 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant