Replies: 2 comments
-
OK if I move this to a discussion? Otherwise many long-standing feature requests accumulate on the issue tracker. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes that makes sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is more of an aspiration as a lot of things would need to happen for this to be possible, but curses is an old and limited tui library. Notcurses supports recent terminal advances (Kitty images, better support for the keyboard, animation) and works well in modern terminals (Kitty, wezterm, etc). This would also allow the terminal Lem to be more feature complete compared to the webview version.
There isn't currently a Common Lisp FFI library for notcurses. So this would have to happen first, but the API is fairly small:
https://notcurses.com//
Beta Was this translation helpful? Give feedback.
All reactions