tui-realm icon indicating copy to clipboard operation
tui-realm copied to clipboard

👑 tui-rs framework to build stateful applications with a React/Elm inspired approach

Results 15 tui-realm issues
Sort by recently updated
recently updated
newest added

## Description This PR does some maintenance things, which include: - switch from the deprecated `actions-rs` scripts to more modern ones for the CI - explicitly set & Test the...

## Description Debugger for Linux x86-64. Written in Rust for Rust programs. Link: https://github.com/godzie44/BugStalker

documentation

## Description From what i can tell, currently Ports (like `crossterm`) are only polled *once* per loop in the `EventListenerWorker`, basically making `PollStrategy::UpTo(10)` ineffective and having at *most* 2 events...

bug

## Description version 1.9.1 changed crossterm `DisableMouseCapture` to `EnableMouseCapture`, not making text select-able anymore and spamming a whole bunch of events for mouse hover. ### Changes The following changes to...

new feature

## Description Update the link to the demo file in README.md. ## Type of change Please select relevant options. - [ ] Bug fix (non-breaking change which fixes an issue)...