Replies: 5 comments 3 replies
-
Does termwiz support all the platforms that are currently supported by crossterm? |
Beta Was this translation helpful? Give feedback.
-
Does #3725 work out of the box in termwiz, or if not, does it support it? |
Beta Was this translation helpful? Give feedback.
-
I wonder if this will also help with some of the input issues with different keyboard layouts. For example, I am unable to use some keybinds like |
Beta Was this translation helpful? Give feedback.
-
I've just come to learn that termwiz does not compile on Android due to unconditional use of |
Beta Was this translation helpful? Give feedback.
-
Hello, I found this when researching between crossterm and termwiz. May I ask is this still an option? I'm starting to start my own tui project and wondering if you'll choose termwiz for a new project? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@archseer has said that he is thinking of switching to using termwiz instead of crossterm: comment
Opening this discussion to discuss pros and cons, and course of action.
Pros:
Surface
andCells
which we currently implement ourselves and with better render diffing than what we currently have.usize
instead ofu16
which will eliminate outright the bugs that I have recently been trying to solve: Allow the editor area to be bigger than u16 (width and height remain u16) #4318, Fix rendering of lines longer than 2^16 #4172crossterm
has issues with, but I'm not sure...Cons:
If you have any other thoughts about
crossterm
vstermwiz
please post hereBeta Was this translation helpful? Give feedback.
All reactions