Skip to content

Redraw writes green X's #7

Description

@Munksgaard

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)]))

(defn main []
  (let [scr (get-screen :swing)]
    (in-screen scr
               (main-loop scr 0 0))))

screen-0

Any suggestions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions