issues Search Results · repo:MultiMUD/clojure-lanterna language:Clojure
Filter by
10 results
(76 ms)10 results
inMultiMUD/clojure-lanterna (press backspace or delete to remove)Hello I enjoy using this library, but do you plan on doing more development on thie library?
I have created a little snake game using this library.
cheers!
vushu
- Opened on Jan 4, 2019
- #24
Hi. There are plenty of functions to set text at given coordinates, but it would also be possible to retrieve rows or
columns from the screen or terminal.
Morillo9
- Opened on Nov 4, 2017
- #23
According to the Java lanterna if you set the cursor to null it will hide the cursor:
https://github.com/mabe02/lanterna/blob/release/2.1/src/main/java/com/googlecode/lanterna/screen/Screen.java#L121. ...
RubenSandwich
- Opened on Jun 3, 2017
- #22
The functions get-key and get-key-blocking are giving you all keys pressed. But they don t seem to recognise the
Control, Alt super (and on Mac Command) keys.
For instance, get-key returns å when I hit ...
enhancement
fromheten
- 6
- Opened on May 15, 2015
- #17
Hi, sorry but in the documentation I can t found if clojure lanterna support panels and GUIGuideComponents
https://code.google.com/p/lanterna/wiki/GUIGuideComponents
are they supported?..thank you... ...
enhancement
cocodrino
- 2
- Opened on Jan 30, 2015
- #16
When I run
(let [term (t/get-terminal :unix)]
(t/in-terminal term
(t/put-string term Hello! Press any key to end. )
(t/get-key-blocking term)))
in text mode, I get funny characters:
screen ...
eigenhombre
- 2
- Opened on Jan 18, 2015
- #15
I m super new to this. Trying to follow your Caves of Clojure series is the first Clojure I ve written outside the repl.
I ve gotten Leiningen and Clojure working fine, but I can t get clojure-lanterna ...
kitsu
- 2
- Opened on Jun 1, 2014
- #13
This is an awesome function that I would love to start using. For now i m forced to copy and paste it into my project.
Let s make a new release and put it in!
telaviv
- 1
- Opened on Dec 27, 2013
- #10
I get a screen looking like the one below, when i try to run the following code:
(ns test.core
(:use lanterna.screen))
(defn main-loop [scr x y]
(redraw scr)
(let [k (get-key-blocking scr)]))
...
bug
Munksgaard
- 6
- Opened on Jul 11, 2013
- #7
Using clojure-lanterna 0.9.2 I am getting a swing window that is too narrow and the characters are corrupted. After a
bit of digging, it looks like the cause is with the default constructor in the Lanterna ...
absrnd
- 3
- Opened on Jul 17, 2012
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.