python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Getting current time during a BrickEvent Haskell
I'm relatively new to Haskell, and I'm trying to build a terminal user interface with brick. I'd like to record a timestamp every time a user input is given. To do this I wrote the following functions...
Simon Hostettler
Votes: 0
Answers: 2
Textual (python) - how to add click event in simple Text object?
I'm trying to get it so I can add links in text rendered by Textual.
My text may have multiple links, for example:
Hello [@click=hello]World[/] there, how are you?
This is a test of [@click=more] more...
Brad Parks
Votes: 0
Answers: 2
Tui-rs: flickering when drawing multiple widgets
Good evening!
I'm trying to write a very simple terminal application that draws two textboxes on screen, accepting input on one and showing output on the other, using Rust and tui-rs. The first part w...
quartztz
Votes: 0
Answers: 1
Nested-generics arguments in struct Rust
i am writing a program that uses text user interface, and i moved TUI functionality into the separate module, which contains a struct with TUI logic/variables.
So the declaration of struct is :
struct...
thaiboy digital
Votes: 0
Answers: 1