2018-01-01 23:33:27 +00:00
|
|
|
#lang racket/base
|
|
|
|
|
2018-01-02 20:45:52 +00:00
|
|
|
;; xxx Do the rune thing as well (and think about mouse events)
|
2018-01-01 23:33:27 +00:00
|
|
|
|
2018-01-02 20:45:52 +00:00
|
|
|
;; xxx cool to support images (iterm2, urxvt, kitty, etc, but seem to
|
|
|
|
;; all be broken in tmux)
|
2018-01-02 00:59:56 +00:00
|
|
|
|
|
|
|
;; xxx render xexpr-like thing
|
|
|
|
;; xxx text... (fit text inside a width)
|
|
|
|
;; xxx paragraph (fit text inside a box)
|
|
|
|
|
|
|
|
;; xxx make a "Web" browser
|
2018-01-02 16:18:09 +00:00
|
|
|
;; xxx use if-drawn to figure out what links are on screen
|
2018-01-02 00:59:56 +00:00
|
|
|
|
2018-01-02 20:45:52 +00:00
|
|
|
;; xxx interactable thing --- figure out pos&dimensions on screen for
|
|
|
|
;; supporting mouse
|