Skip to content

Conversation

@pm100
Copy link
Contributor

@pm100 pm100 commented Nov 27, 2023

This Pull Request fixes/closes #1662 plus others mentioned in that issue.

Completely redone since my first PR. All changes are confined to a single file thanks to a lot of assistance from @ryhsd

It changes the following:

  • a complete rewrite of textinput.rs
  • updates ratatui to 0.23

cargo deny check bans complains about

  • itertools
  • syn
  • bitflags

Bitflags you know about
syn is compile time only
not sure what to do about itertools (you use 0.12 ratatui 0.23 uses 0.11)

@pm100 pm100 closed this Nov 27, 2023
@pm100 pm100 reopened this Nov 27, 2023
@extrawurst
Copy link
Collaborator

now that #1781 is closed please update and lets get this merged

@extrawurst extrawurst mentioned this pull request Feb 12, 2024
4 tasks
@pm100 pm100 closed this Feb 12, 2024
@pm100 pm100 deleted the usetta branch February 18, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

replace textinput with tui-textarea

2 participants