1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
/*
* Copyright (c) 2022 R3BL LLC
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
//! # Context
//!
//! 
//!
//! <!-- R3BL TUI library & suite of apps focused on developer productivity -->
//!
//! <span style="color:#FD2F53">R</span><span style="color:#FC2C57">3</span><span
//! style="color:#FB295B">B</span><span style="color:#FA265F">L</span><span style="color:#F92363">
//! </span><span style="color:#F82067">T</span><span style="color:#F61D6B">U</span><span
//! style="color:#F51A6F">I</span><span style="color:#F31874"> </span><span
//! style="color:#F11678">l</span><span style="color:#EF137C">i</span><span
//! style="color:#ED1180">b</span><span style="color:#EB0F84">r</span><span
//! style="color:#E90D89">a</span><span style="color:#E60B8D">r</span><span
//! style="color:#E40A91">y</span><span style="color:#E10895"> </span><span
//! style="color:#DE0799">&</span><span style="color:#DB069E"> </span><span
//! style="color:#D804A2">s</span><span style="color:#D503A6">u</span><span
//! style="color:#D203AA">i</span><span style="color:#CF02AE">t</span><span
//! style="color:#CB01B2">e</span><span style="color:#C801B6"> </span><span
//! style="color:#C501B9">o</span><span style="color:#C101BD">f</span><span style="color:#BD01C1">
//! </span><span style="color:#BA01C4">a</span><span style="color:#B601C8">p</span><span
//! style="color:#B201CB">p</span><span style="color:#AE02CF">s</span><span style="color:#AA03D2">
//! </span><span style="color:#A603D5">f</span><span style="color:#A204D8">o</span><span
//! style="color:#9E06DB">c</span><span style="color:#9A07DE">u</span><span
//! style="color:#9608E1">s</span><span style="color:#910AE3">e</span><span
//! style="color:#8D0BE6">d</span><span style="color:#890DE8"> </span><span
//! style="color:#850FEB">o</span><span style="color:#8111ED">n</span><span style="color:#7C13EF">
//! </span><span style="color:#7815F1">d</span><span style="color:#7418F3">e</span><span
//! style="color:#701AF5">v</span><span style="color:#6B1DF6">e</span><span
//! style="color:#6720F8">l</span><span style="color:#6322F9">o</span><span
//! style="color:#5F25FA">p</span><span style="color:#5B28FB">e</span><span
//! style="color:#572CFC">r</span><span style="color:#532FFD"> </span><span
//! style="color:#4F32FD">p</span><span style="color:#4B36FE">r</span><span
//! style="color:#4739FE">o</span><span style="color:#443DFE">d</span><span
//! style="color:#4040FE">u</span><span style="color:#3C44FE">c</span><span
//! style="color:#3948FE">t</span><span style="color:#354CFE">i</span><span
//! style="color:#324FFD">v</span><span style="color:#2E53FD">i</span><span
//! style="color:#2B57FC">t</span><span style="color:#285BFB">y</span>
//!
//! We are working on building command line apps in Rust which have rich text user interfaces (TUI).
//! We want to lean into the terminal as a place of productivity, and build all kinds of awesome
//! apps for it.
//!
//! 1. 🔮 Instead of just building one app, we are building a library to enable any kind of rich TUI
//! development w/ a twist: taking concepts that work really well for the frontend mobile and web
//! development world and re-imagining them for TUI & Rust.
//!
//! - Taking things like React, JSX, CSS, and Redux, but making everything async (they can be run
//! in parallel & concurrent via Tokio).
//! - Even the thread running the main event loop doesn't block since it is async.
//! - Using proc macros to create DSLs to implement CSS & JSX.
//!
//! 2. 🌎 We are building apps to enhance developer productivity & workflows.
//!
//! - The idea here is not to rebuild tmux in Rust (separate processes mux'd onto a single
//! terminal window). Rather it is to build a set of integrated "apps" (or "tasks") that run in
//! the same process that renders to one terminal window.
//! - Inside of this terminal window, we can implement things like "app" switching, routing,
//! tiling layout, stacking layout, etc. so that we can manage a lot of TUI apps (which are
//! tightly integrated) that are running in the same process, in the same window. So you can
//! imagine that all these "app"s have shared application state (that is in a Redux store).
//! Each "app" may also have its own Redux store.
//! - Here are some examples of the types of "app"s we want to build:
//! 1. multi user text editors w/ syntax highlighting
//! 2. integrations w/ github issues
//! 3. integrations w/ calendar, email, contacts APIs
//!
//! These crates provides lots of useful functionality to help you build TUI (text user interface)
//! apps, along w/ general niceties & ergonomics that all Rustaceans 🦀 can enjoy 🎉:
//!
//! 1. Loosely coupled & fully asynchronous [TUI
//! framework](https://docs.rs/r3bl_tui/latest/r3bl_tui/) to make it possible (and easy) to build
//! sophisticated TUIs (Text User Interface apps) in Rust that are inspired by React, Redux, CSS
//! and Flexbox.
//! 2. Thread-safe & fully asynchronous [Redux](https://docs.rs/r3bl_redux/latest/r3bl_redux/) crate
//! (using Tokio to run subscribers and middleware in separate tasks). The reducer functions are
//! run sequentially.
//! 3. Lots of [declarative macros](https://docs.rs/r3bl_rs_utils_core/latest/r3bl_rs_utils_core/),
//! and [procedural macros](https://docs.rs/r3bl_rs_utils_macro/latest/r3bl_rs_utils_macro/)
//! (both function like and derive) to avoid having to write lots of boilerplate code for many
//! common (and complex) tasks. And even less noisy `Result` and `Error` types.
//! 4. [Non binary tree data](https://docs.rs/r3bl_rs_utils/latest/r3bl_rs_utils/) structure
//! inspired by memory arenas, that is thread safe and supports parallel tree walking.
//! 5. Utility functions to improve
//! [ergonomics](https://docs.rs/r3bl_rs_utils/latest/r3bl_rs_utils/) of commonly used patterns
//! in Rust programming, ranging from things like colorizing `stdout`, `stderr` output to lazy
//! value holders.
//!
//! ## Learn more about how this library is built
//!
//! 🦜 Here are some articles (on [developerlife.com](https://developerlife.com)) about how this
//! crate is made:
//! 1. <https://developerlife.com/2022/02/24/rust-non-binary-tree/>
//! 2. <https://developerlife.com/2022/03/12/rust-redux/>
//! 3. <https://developerlife.com/2022/03/30/rust-proc-macro/>
//!
//! 🦀 You can also find all the Rust related content on developerlife.com
//! [here](https://developerlife.com/category/Rust/).
//!
//! # r3bl_tui crate - Text User Interface engine for Rust
//!
//! You can build fully async TUI (text user interface) apps with a modern API that brings the best
//! of the web frontend development ideas to TUI apps written in Rust:
//!
//! 1. Reactive & unidirectional data flow architecture from frontend web development (React,
//! Redux).
//! 2. Responsive design w/ CSS, flexbox like concepts.
//! 3. Declarative style of expressing styling and layouts.
//!
//! And since this is using Rust and Tokio you get the advantages of concurrency and parallelism
//! built-in. No more blocking the main thread for user input, for async middleware, or even
//! rendering 🎉.
//!
//! > This framework is [loosely coupled and strongly
//! > coherent](https://developerlife.com/2015/11/05/loosely-coupled-strongly-coherent/) meaning
//! > that you can pick and choose whatever pieces you would like to use w/out having the cognitive
//! > load of having to grok all the things in the codebase. Its more like a collection of mostly
//! > independent modules that work well w/ each other, but know very little about each other.
//!
//! Here are some framework highlights:
//!
//! - An easy to use and approachable API that is inspired by React, JSX, CSS, and Redux. Lots of
//! components and things are provided for you so you don't have to build them from scratch. This is a
//! full featured component library including:
//! - Redux for state management (fully async, concurrent & parallel).
//! - CSS like declarative styling engine.
//! - CSS flexbox like declarative layout engine which is fully responsive. You can resize your
//! terminal window and everything will be laid out correctly.
//! - A terminal independent underlying rendering and painting engine (can use crossterm or termion or
//! whatever you want).
//! - Markdown text editor w/ syntax highlighting support, metadata (tags, title, author, date), smart
//! lists. This uses a custom Markdown parser and custom syntax highligther. Syntax highlighting for
//! code blocks is provided by the syntect crate.
//! - Modal dialog boxes. And autocompletion dialog boxes.
//! - Lolcat (color gradients) implementation w/ a rainbow color-wheel palette. All the color output
//! is sensitive to the capabilities of the terminal. Colors are gracefully downgraded from
//! truecolor, to ANSI256, to grayscale.
//! - Support for Unicode grapheme clusters in strings. You can safely use emojis, and other Unicode
//! characters in your TUI apps.
//! - Support for mouse events.
//! - The entire TUI framework itself supports concurrency & parallelism (user input, rendering, etc.
//! are generally non blocking).
//! - It is fast! There are no needless re-renders, or flickering. Animations and color changes are
//! smooth (check this out for yourself by running the examples). You can even build your TUI in
//! layers (like z-order in a browser's DOM).
//!
//! ## Examples to get you started
//! <a id="markdown-examples-to-get-you-started" name="examples-to-get-you-started"></a>
//!
//! <!-- How to upload video: https://stackoverflow.com/a/68269430/2085356 -->
//!
//! ### Video of the demo in action
//! <a id="markdown-video-of-the-demo-in-action" name="video-of-the-demo-in-action"></a>
//!
//! 
//!
//! Here's a video of a prototype of [R3BL CMDR](https://github.com/r3bl-org/r3bl-cmdr) app built using
//! this TUI engine.
//!
//! 
//!
//! ### Run the demo locally
//! <a id="markdown-run-the-demo-locally" name="run-the-demo-locally"></a>
//!
//! Once you've cloned [the repo](https://github.com/r3bl-org/r3bl_rs_utils) to a folder on your
//! computer, you can run the examples you see in the video with the following commands:
//!
//! ```sh
//! cd tui/examples
//! cargo run --release --example demo
//! ```
//!
//! These examples cover the entire surface area of the TUI API. You can also take a look at
//! the tests in the source (`tui/src/`) as well. A single [`nu`
//! shell](https://www.nushell.sh/) script `run.nu` at the top level directory of the repo
//! allows you to easily build, run, test, and do so much more with the repo. This script is
//! very powerful and can be run in a CI/CD environment w/ all the required arguments supplied
//! or in interactive mode, where the user will be prompted for input.
//!
//! > The `run.nu` script works on Linux, macOS, and Windows. On Linux and macOS, you can
//! > simply run `./run.nu` instead of `nu run.nu`.
//!
//! - `nu run.nu help`: This will show you all the commands that you can pass to the `run.nu`
//! script.
//! - `nu run.nu build-full`: This will build all the crates in the Rust workspace. And it
//! will install all the required pre-requisite tools needed to work with this crate (what
//! `install-cargo-tools` does) and clear the cargo cache, cleaning, and then do a really
//! clean build.
//! - `nu run.nu install-cargo-tools`: This will install all the required pre-requisite tools
//! needed to work with this crate (things like `cargo-deny`, `flamegraph` will all be
//! installed in one go).
//! - `nu run.nu run-release`: This will simply run the examples w/ the release build (so it
//! will be fast). You can watch the logs by running `nu run.nu log`.
//! - `nu run.nu run`: This will simply run the examples. You can watch the logs by running
//! `nu run.nu log`.
//! - `nu run.nu test`: Run all the tests (in all crates in the Rust workspace).
//! - `nu run.nu watch-one-test`: Run a single test and watch it in the given crate / folder.
//! - `nu run.nu build`: build the code in all the crates in the Rust workspace.
//! - `nu run.nu log`: Run the logger to see log output.
//! - `nu run.nu check-licenses`: Use `cargo-deny` to audit all licenses used in the Rust
//! workspace.
//! - `nu run.nu run-with-flamegraph-profiling`: This will run the examples and generate a
//! flamegraph at the end so you can see profile the performance of the app.
//! - `nu run.nu run-with-crash-reporting`: This will run the examples and generate a
//! `crash_log.txt` file (in the `tui` folder) in case the app crashes. This is useful for
//! debugging.
//! - `nu run.nu docs`: Generate docs for all the crates in the Rust workspace.
//! - `nu run.nu clippy`: Run clippy on all the crates in the Rust workspace.
//! - `nu run.nu rustfmt`: Run rustfmt on all the crates in the Rust workspace.
//! - and more!
//!
//! ## How does layout, rendering, and event handling work in general?
//! <a id="markdown-how-does-layout%2C-rendering%2C-and-event-handling-work-in-general%3F" name="how-does-layout%2C-rendering%2C-and-event-handling-work-in-general%3F"></a>
//!
//!
//! - The `App` trait impl is the main entry point for laying out the entire application. And this is
//! where the `component_registry` lives and all the `Component`s are created and added to the
//! registry.
//! - When an `App` trait impl is created by a call to `App::new_shared()`, then the `init()` method is
//! called, which should populate the `component_registry` with all the `Component`s that will be used
//! in the application.
//! - This sets everything up so that `app_render()` and `app_handle_event()` can be called at a later
//! time.
//! - The `app_render()` method is responsible for creating the layout by using `Surface` and `FlexBox`
//! to arrange whatever `Component`s are in the `component_registry`.
//! - The `app_handle_event()` method is responsible for handling events that are sent to the `App`
//! trait when user input is detected from the keyboard or mouse.
//!
//! # Life of an input event
//!
//! There is a clear separation of concerns in this module. To illustrate what goes where, and how
//! things work let's look at an example that puts the main event loop front and center & deals w/
//! how the system handles an input event (key press or mouse).
//!
//! - The diagram below shows an app that has 3 [Component]s for (flexbox like) layout & (CSS like)
//! styling.
//! - Let's say that you run this app (by hypothetically executing `cargo run`).
//! - And then you click or type something in the terminal window that you're running this app in.
//!
//! ```text
//! 🧍⌨️🖱️
//! input → [TerminalWindow]
//! event ↑ ↓ [ComponentRegistry] creates
//! ┊ [App] ───────────■ [Component]s at 1st render
//! ┊ │
//! ┊ │ ┌──────■ id=1 has focus
//! ┊ │ │
//! ┊ ├→ [Component] id=1 ───┐
//! ┊ ├→ [Component] id=2 │
//! ┊ └→ [Component] id=3 │
//! default │
//! handler ←───────────────────────┘
//! ```
//!
//! Let's trace the journey through the diagram when an input even is generated by the user (eg: a
//! key press, or mouse event). When the app is started via `cargo run` it sets up a main loop, and
//! lays out all the 3 components, sizes, positions, and then paints them. Then it asynchronously
//! listens for input events (no threads are blocked). When the user types something, this input is
//! processed by the main loop of [TerminalWindow].
//!
//! 1. The [Component] that is in [FlexBox] w/ `id=1` currently has focus.
//! 2. When an input event comes in from the user (key press or mouse input) it is routed to the
//! [App] first, before [TerminalWindow] looks at the event.
//! 3. The specificity of the event handler in [App] is higher than the default input handler in
//! [TerminalWindow]. Further, the specificity of the [Component] that currently has focus is the
//! highest. In other words, the input event gets routed by the [App] to the [Component] that
//! currently has focus ([Component] id=1 in our example).
//! 4. Since it is not guaranteed that some [Component] will have focus, this input event can then
//! be handled by [App], and if not, then by [TerminalWindow]'s default handler. If the default
//! handler doesn't process it, then it is simply ignored.
//! 5. In this journey, as the input event is moved between all these different entities, each
//! entity decides whether it wants to handle the input event or not. If it does, then it returns
//! an enum indicating that the event has been consumed, else, it returns an enum that indicates
//! the event should be propagated.
//!
//! Now that we have seen this whirlwind overview of the life of an input event, let's look at the
//! details in each of the sections below.
//!
//! Here's an architecture diagram that will be useful to keep in mind as we go through the details
//! of the following sections:
//!
//! 
//!
//! # The window
//!
//! The main building blocks of a TUI app are:
//! 1. [TerminalWindow] - You can think of this as the main "window" of the app. All the content of
//! your app is painted inside of this "window". And the "window" conceptually maps to the screen
//! that is contained inside your terminal emulator program (eg: tilix, Terminal.app, etc). Your
//! TUI app will end up taking up 100% of the screen space of this terminal emulator. It will
//! also enter raw mode, and paint to an alternate screen buffer, leaving your original scroll
//! back buffer and history intact. When you exit this TUI app, it will return your terminal to
//! where you'd left off. You don't write this code, this is something that you use.
//! 2. [App] - This is where you write your code. You pass in a [App] to the [TerminalWindow] to
//! bootstrap your TUI app. You can just use [App] to build your app, if it is a simple one & you
//! don't really need any sophisticated layout or styling. But if you want layout and styling,
//! now we have to deal with [FlexBox], [Component], and [r3bl_rs_utils_core::Style].
//!
//! # Layout and styling
//!
//! Inside of your [App] if you want to use flexbox like layout and CSS like styling you can think
//! of composing your code in the following way:
//!
//! 1. [App] is like a box or container. You can attach styles and an id here. The id has to be
//! unique, and you can reference as many styles as you want from your stylesheet. Yes, cascading
//! styles are supported! 👏 You can put boxes inside of boxes. You can make a container box and
//! inside of that you can add other boxes (you can give them a direction and even relative
//! sizing out of 100%).
//! 2. As you approach the "leaf" nodes of your layout, you will find [Component] trait objects.
//! These are black boxes which are sized, positioned, and painted *relative* to their parent
//! box. They get to handle input events and render [RenderOp]s into a [RenderPipeline]. This is
//! kind of like virtual DOM in React. This queue of commands is collected from all the
//! components and ultimately painted to the screen, for each render! You can also use Redux to
//! maintain your app's state, and dispatch actions to the store, and even have async middleware!
//!
//! # [Component] and [ComponentRegistry], focus management, and event routing
//!
//! Typically your [App] will look like this:
//!
//! ```ignore
//! /// Async trait object that implements the [App] trait.
//! #[derive(Default)]
//! pub struct AppWithLayout {
//! pub component_registry: ComponentRegistry<AppWithLayoutState, AppWithLayoutAction>,
//! pub has_focus: HasFocus,
//! }
//! ```
//!
//! As we look at [Component] & [App] more closely we will find a curious thing [ComponentRegistry]
//! (that is managed by the [App]). The reason this exists is for input event routing. The input
//! events are routed to the [Component] that currently has focus.
//!
//! The [HasFocus] struct takes care of this. This provides 2 things:
//! 1. It holds an `id` of a [FlexBox] / [Component] that has focus.
//! 2. It also holds a map that holds a [r3bl_rs_utils_core::Position] for each `id`. This is used
//! to represent a cursor (whatever that means to your app & component). This cursor is
//! maintained for each `id`. This allows a separate cursor for each [Component] that has focus.
//! This is needed to build apps like editors and viewers that maintains a cursor position
//! between focus switches.
//!
//! Another thing to keep in mind is that the [App] and [TerminalWindow] is persistent between
//! re-renders. The Redux store is also persistent between re-renders.
//!
//! # Input event specificity
//!
//! [TerminalWindow] gives [Component] first dibs when it comes to handling input events. If it
//! punts handling this event, it will be handled by the default input event handler. And if nothing
//! there matches this event, then it is simply dropped.
//!
//! # Rendering and painting
//!
//! The R3BL TUI engine uses a high performance compositor to render the UI to the terminal. This
//! ensures that only "pixels" that have changed are painted to the terminal. This is done by
//! creating a concept of `PixelChar` which represents a single "pixel" in the terminal screen at a
//! given col and row index position. There are only as many `PixelChar`s as there are rows and cols
//! in a terminal screen. And the index maps directly to the position of the pixel in the terminal
//! screen.
//!
//! ## Offscreen buffer
//!
//! Here is an example of what a single row of rendered output might look like in a row of the
//! `OffscreenBuffer`. This diagram shows each `PixelChar` in `row_index: 1` of the
//! `OffscreenBuffer`. In this example, there are 80 columns in the terminal screen. This actual log
//! output generated by the TUI engine when logging is enabled.
//!
//! ```text
//! row_index: 1
//! 000 S ░░░░░░░╳░░░░░░░░001 P 'j'→fg‐bg 002 P 'a'→fg‐bg 003 P 'l'→fg‐bg 004 P 'd'→fg‐bg 005 P 'k'→fg‐bg
//! 006 P 'f'→fg‐bg 007 P 'j'→fg‐bg 008 P 'a'→fg‐bg 009 P 'l'→fg‐bg 010 P 'd'→fg‐bg 011 P 'k'→fg‐bg
//! 012 P 'f'→fg‐bg 013 P 'j'→fg‐bg 014 P 'a'→fg‐bg 015 P '▒'→rev 016 S ░░░░░░░╳░░░░░░░░017 S ░░░░░░░╳░░░░░░░░
//! 018 S ░░░░░░░╳░░░░░░░░019 S ░░░░░░░╳░░░░░░░░020 S ░░░░░░░╳░░░░░░░░021 S ░░░░░░░╳░░░░░░░░022 S ░░░░░░░╳░░░░░░░░023 S ░░░░░░░╳░░░░░░░░
//! 024 S ░░░░░░░╳░░░░░░░░025 S ░░░░░░░╳░░░░░░░░026 S ░░░░░░░╳░░░░░░░░027 S ░░░░░░░╳░░░░░░░░028 S ░░░░░░░╳░░░░░░░░029 S ░░░░░░░╳░░░░░░░░
//! 030 S ░░░░░░░╳░░░░░░░░031 S ░░░░░░░╳░░░░░░░░032 S ░░░░░░░╳░░░░░░░░033 S ░░░░░░░╳░░░░░░░░034 S ░░░░░░░╳░░░░░░░░035 S ░░░░░░░╳░░░░░░░░
//! 036 S ░░░░░░░╳░░░░░░░░037 S ░░░░░░░╳░░░░░░░░038 S ░░░░░░░╳░░░░░░░░039 S ░░░░░░░╳░░░░░░░░040 S ░░░░░░░╳░░░░░░░░041 S ░░░░░░░╳░░░░░░░░
//! 042 S ░░░░░░░╳░░░░░░░░043 S ░░░░░░░╳░░░░░░░░044 S ░░░░░░░╳░░░░░░░░045 S ░░░░░░░╳░░░░░░░░046 S ░░░░░░░╳░░░░░░░░047 S ░░░░░░░╳░░░░░░░░
//! 048 S ░░░░░░░╳░░░░░░░░049 S ░░░░░░░╳░░░░░░░░050 S ░░░░░░░╳░░░░░░░░051 S ░░░░░░░╳░░░░░░░░052 S ░░░░░░░╳░░░░░░░░053 S ░░░░░░░╳░░░░░░░░
//! 054 S ░░░░░░░╳░░░░░░░░055 S ░░░░░░░╳░░░░░░░░056 S ░░░░░░░╳░░░░░░░░057 S ░░░░░░░╳░░░░░░░░058 S ░░░░░░░╳░░░░░░░░059 S ░░░░░░░╳░░░░░░░░
//! 060 S ░░░░░░░╳░░░░░░░░061 S ░░░░░░░╳░░░░░░░░062 S ░░░░░░░╳░░░░░░░░063 S ░░░░░░░╳░░░░░░░░064 S ░░░░░░░╳░░░░░░░░065 S ░░░░░░░╳░░░░░░░░
//! 066 S ░░░░░░░╳░░░░░░░░067 S ░░░░░░░╳░░░░░░░░068 S ░░░░░░░╳░░░░░░░░069 S ░░░░░░░╳░░░░░░░░070 S ░░░░░░░╳░░░░░░░░071 S ░░░░░░░╳░░░░░░░░
//! 072 S ░░░░░░░╳░░░░░░░░073 S ░░░░░░░╳░░░░░░░░074 S ░░░░░░░╳░░░░░░░░075 S ░░░░░░░╳░░░░░░░░076 S ░░░░░░░╳░░░░░░░░077 S ░░░░░░░╳░░░░░░░░
//! 078 S ░░░░░░░╳░░░░░░░░079 S ░░░░░░░╳░░░░░░░░080 S ░░░░░░░╳░░░░░░░░spacer [ 0, 16-80 ]
//! ```
//!
//! When `RenderOps` are executed and used to create an `OffscreenBuffer` that maps to the size of
//! the terminal window, clipping is performed automatically. This means that it isn't possible to
//! move the caret outside of the bounds of the viewport (terminal window size). And it isn't
//! possible to paint text that is larger than the size of the offscreen buffer. The buffer really
//! represents the current state of the viewport. Scrolling has to be handled by the component
//! itself (an example of this is the editor component).
//!
//! Each `PixelChar` can be one of 4 things:
//!
//! 1. **Space**. This is just an empty space. There is no flickering in the TUI engine. When a new
//! offscreen buffer is created, it is fulled w/ spaces. Then components paint over the spaces.
//! Then the diffing algorithm only paints over the pixels that have changed. You don't have to
//! worry about clearing the screen and painting, which typically will cause flickering in
//! terminals. You also don't have to worry about printing empty spaces over areas that you would
//! like to clear between renders. All of this handled by the TUI engine.
//! 2. **Void**. This is a special pixel that is used to indicate that the pixel should be ignored.
//! It is used to indicate a wide emoji is to the left somewhere. Most terminals don't support
//! emojis, so there's a discrepancy between the display width of the character and its index in
//! the string.
//! 3. **Plain text**. This is a normal pixel which wraps a single character that maybe a grapheme
//! cluster segment. Styling information is encoded in each `PixelChar::PlainText` and is used to
//! paint the screen via the diffing algorithm which is smart enough to "stack" styles that
//! appear beside each other for quicker rendering in terminals.
//! 4. **ANSI text**. Styling information in not available w/ these characters because the styling
//! information is encoded in the ANSI escape codes. `lolcat_api.rs` generates these ANSI strings
//! for the rainbow effect. An example of this is the outline around a modal dialog box.
//!
//! ## Render pipeline
//!
//! The following diagram provides a high level overview of how apps (that contain components, which
//! may contain components, and so on) are rendered to the terminal screen.
//!
//! 
//!
//! Each component produces a `RenderPipeline`, which is a map of `ZOrder` and `Vec<RenderOps>`.
//! `RenderOps` are the instructions that are grouped together, such as move the caret to a
//! position, set a color, and paint some text.
//!
//! Inside of each `RenderOps` the caret is stateful, meaning that the caret position is remembered
//! after each `RenderOp` is executed. However, once a new `RenderOps` is executed, the caret
//! position reset just for that `RenderOps`. Caret position is not stored globally. You should read
//! more about "atomic paint operations" in the `RenderOp` documentation.
//!
//! Once a set of these `RenderPipeline`s have been generated, typically after the user enters some
//! input event, and that produces a new state which then has to be rendered, they are combined and
//! painted into an `OffscreenBuffer`.
//!
//! ## First render
//!
//! The `paint.rs` file contains the `paint` function, which is the entry point for all rendering.
//! Once the first render occurs, the `OffscreenBuffer` that is generated is saved to
//! `GlobalSharedState`. The following table shows the various tasks that have to be performed in
//! order to render to an `OffscreenBuffer`. There is a different code path that is taken for ANSI
//! text and plain text (which includes `StyledText` which is just plain text with a color). Syntax
//! highlighted text is also just `StyledText`. The ANSI text is an example of text that is
//! generated by the `lolcat_api.rs`.
//!
//! | UTF-8 | ANSI | Task |
//! | ----- | ---- | ------------------------------------------------------------------------------------------------------- |
//! | Y | Y | convert `RenderPipeline` to `List<List<PixelChar>>` (`OffscreenBuffer`) |
//! | Y | Y | paint each `PixelChar` in `List<List<PixelChar>>` to stdout using `OffscreenBufferPainterImplCrossterm` |
//! | Y | Y | save the `List<List<PixelChar>>` to `GlobalSharedState` |
//!
//! Currently only `crossterm` is supported for actually painting to the terminal. But this process
//! is really simple making it very easy to swap out other terminal libraries such as `termion`, or
//! even a GUI backend, or some other custom output driver.
//!
//! ## Subsequent render
//!
//! Since the `OffscreenBuffer` is cached in `GlobalSharedState` a diff to be performed for
//! subsequent renders. And only those diff chunks are painted to the screen. This ensures that
//! there is no flicker when the content of the screen changes. It also minimizes the amount of work
//! that the terminal or terminal emulator has to do put the `PixelChar`s on the screen.
//!
//! # Redux for state management
//!
//! If you use Redux for state management, then you will create a redux
//! [Store](r3bl_redux::redux::store::async_store::Store) that is passed into the [TerminalWindow]. For
//! more detailed information on Redux, please read the
//! [docs](https://docs.rs/r3bl_redux/latest/r3bl_redux/) for the `r3bl_redux` crate.
//!
//! ```ignore
//! use crossterm::event::*;
//! use r3bl_rs_utils::*;
//! use super::*;
//!
//! const DEBUG: bool = true;
//!
//! pub async fn run_app() -> CommonResult<()> {
//! throws!({
//! if DEBUG {
//! try_to_set_log_level(log::LevelFilter::Trace)?;
//! } else {
//! try_to_set_log_level(log::LevelFilter::Off)?;
//! }
//!
//! // Create store.
//! let store = create_store().await;
//!
//! // Create an App (renders & responds to user input).
//! let shared_app = AppWithLayout::new_shared();
//!
//! // Exit if these keys are pressed.
//! let exit_keys: Vec<KeyEvent> = vec![KeyEvent {
//! code: KeyCode::Char('q'),
//! modifiers: KeyModifiers::CONTROL,
//! }];
//!
//! // Create a window.
//! TerminalWindow::main_event_loop(store, shared_app, exit_keys).await?
//! });
//! }
//!
//! async fn create_store() -> Store<AppWithLayoutState, AppWithLayoutAction> {
//! let mut store: Store<AppWithLayoutState, AppWithLayoutAction> = Store::default();
//! store.add_reducer(MyReducer::default()).await;
//! store
//! }
//!
//! /// Action enum.
//! #[derive(Debug, PartialEq, Eq, Clone)]
//! pub enum Action {
//! Add(i32, i32),
//! AddPop(i32),
//! Clear,
//! MiddlewareCreateClearAction,
//! Noop,
//! }
//!
//! impl Default for Action {
//! fn default() -> Self {
//! Action::Noop
//! }
//! }
//!
//! /// State.
//! #[derive(Clone, Default, PartialEq, Debug)]
//! pub struct State {
//! pub stack: Vec<i32>,
//! }
//!
//! /// Reducer function (pure).
//! #[derive(Default)]
//! struct MyReducer;
//!
//! #[async_trait]
//! impl AsyncReducer<State, Action> for MyReducer {
//! async fn run(
//! &self,
//! action: &Action,
//! state: &mut State,
//! ) {
//! match action {
//! Action::Add(a, b) => {
//! let sum = a + b;
//! state.stack = vec![sum];
//! }
//! Action::AddPop(a) => {
//! let sum = a + state.stack[0];
//! state.stack = vec![sum];
//! }
//! Action::Clear => State {
//! state.stack.clear();
//! },
//! _ => {}
//! }
//! }
//! }
//! ```
//!
//! ## How does the editor component work?
//! <a id="markdown-how-does-the-editor-component-work%3F" name="how-does-the-editor-component-work%3F"></a>
//!
//!
//! The `EditorComponent` struct can hold data in its own memory, in addition to relying on the state.
//!
//! - It has an `EditorEngine` which holds syntax highlighting information, and configuration options
//! for the editor (such as multiline mode enabled or not, syntax highlighting enabled or not, etc.).
//! Note that this information lives outside of the state.
//! - It also implements the `Component<S,A>` trait.
//! - However, for the reusable editor component we need the data representing the document being edited
//! to be stored in the state (`EditorBuffer`) and not inside of the `EditorComponent` itself.
//! - This is why the state must implement the trait `HasEditorBuffers` which is where the document
//! data is stored (the key is the id of the flex box in which the editor component is placed).
//! - The `EditorBuffer` contains the text content in a `Vec` of `UnicodeString`. Where each line is
//! represented by a `UnicodeString`. It also contains the scroll offset, caret position, and file
//! extension for syntax highlighting.
//!
//! In other words,
//!
//! 1. `EditorEngine` -> **This goes in `EditorComponent`**
//! - Contains the logic to process keypresses and modify an editor buffer.
//! 2. `EditorBuffer` -> **This goes in the `State`**
//! - Contains the data that represents the document being edited. This contains the caret
//! (insertion point) position and scroll position. And in the future can contain lots of other
//! information such as undo / redo history, etc.
//!
//! Here are the connection points w/ the impl of `Component<S,A>` in `EditorComponent`:
//!
//! 1. `handle_event(input_event: &InputEvent, state: &S, shared_store: &SharedStore<S, A>)`
//! - Can simply relay the arguments to `EditorEngine::apply(state.editor_buffer, input_event)`
//! which will return another `EditorBuffer`.
//! - Return value can be dispatched to the store via an action `UpdateEditorBuffer(EditorBuffer)`.
//! 2. `render(has_focus: &HasFocus, current_box: &FlexBox, state: &S, shared_store: &SharedStore<S,A>)`
//! - Can simply relay the arguments to `EditorEngine::render(state.editor_buffer)`
//! - Which will return a `RenderPipeline`.
//!
//! ### Painting the caret
//! <a id="markdown-painting-the-caret" name="painting-the-caret"></a>
//!
//!
//! > Definitions
//! >
//! > **`Caret`** - the block that is visually displayed in a terminal which represents the insertion
//! > point for whatever is in focus. While only one insertion point is editable for the local user,
//! > there may be multiple of them, in which case there has to be a way to distinguish a local caret
//! > from a remote one (this can be done w/ bg color).
//! >
//! > **`Cursor`** - the global "thing" provided in terminals that shows by blinking usually where the
//! > cursor is. This cursor is moved around and then paint operations are performed on various
//! > different areas in a terminal window to paint the output of render operations.
//!
//! There are two ways of showing cursors which are quite different (each w/ very different
//! constraints).
//!
//! 1. Using a global terminal cursor (we don't use this).
//!
//! - Both [termion::cursor](https://docs.rs/termion/1.5.6/termion/cursor/index.html) and
//! [crossterm::cursor](https://docs.rs/crossterm/0.25.0/crossterm/cursor/index.html) support this.
//! The cursor has lots of effects like blink, etc.
//! - The downside is that there is one global cursor for any given terminal window. And this cursor
//! is constantly moved around in order to paint anything (eg:
//! `MoveTo(col, row), SetColor, PaintText(...)` sequence).
//!
//! 2. Paint the character at the cursor w/ the colors inverted (or some other bg color) giving the
//! visual effect of a cursor.
//! - This has the benefit that we can display multiple cursors in the app, since this is not global,
//! rather it is component specific. For the use case requiring google docs style multi user
//! editing where multiple cursors need to be shown, this approach can be used in order to
//! implement that. Each user for eg can get a different caret background color to differentiate
//! their caret from others.
//! - The downside is that it isn't possible to blink the cursor or have all the other "standard"
//! cursor features that are provided by the actual global cursor (discussed above).
//!
//! ## How do modal dialog boxes work?
//! <a id="markdown-how-do-modal-dialog-boxes-work%3F" name="how-do-modal-dialog-boxes-work%3F"></a>
//!
//!
//! A modal dialog box is different than a normal reusable component. This is because:
//!
//! 1. It paints on top of the entire screen (in front of all other components, in ZOrder::Glass, and
//! outside of any layouts using `FlexBox`es).
//! 2. Is "activated" by a keyboard shortcut (hidden otherwise). Once activated, the user can accept or
//! cancel the dialog box. And this results in a callback being called w/ the result.
//!
//! So this activation trigger must be done at the `App` trait impl level (in the `app_handle_event()`
//! method). Also, when this trigger is detected it has to:
//!
//! 1. Set the focus to the dialog box, so that it will appear on the next render. When trigger is
//! detected it will return a `EventPropagation::Consumed` which won't force a render.
//! 2. Set the title and text via a dispatch of the action `SetDialogBoxTitleAndText`. This will force a
//! render, and the title and text in the dialog box on next render.
//!
//! There is a question about where does the response from the user (once a dialog is shown) go? This
//! seems as though it would be different in nature from an `EditorComponent` but it is the same. Here's
//! why:
//!
//! - The `EditorComponent` is always updating its buffer based on user input, and there's no "handler"
//! for when the user performs some action on the editor. The editor needs to save all the changes to
//! the buffer to the state. This requires the trait bound `HasEditorBuffers` to be implemented by the
//! state.
//! - The dialog box seems different in that you would think that it doesn't always updating its state
//! and that the only time we really care about what state the dialog box has is when the user has
//! accepted something they've typed into the dialog box and this needs to be sent to the callback
//! function that was passed in when the component was created. However, due to the reactive nature of
//! the TUI engine, even before the callback is called (due to the user accepting or cancelling),
//! while the user is typing things into the dialog box, it has to be updating the state, otherwise,
//! re-rendering the dialog box won't be triggered and the user won't see what they're typing. This
//! means that even intermediate information needs to be recorded into the state via the
//! `HasDialogBuffers` trait bound. This will hold stale data once the dialog is dismissed or
//! accepted, but that's ok since the title and text should always be set before it is shown.
//! - **Note**: it might be possible to save this type of intermediate data in
//! `ComponentRegistry::user_data`. And it is possible for `handle_event()` to return a
//! `EventPropagation::ConsumedRerender` to make sure that changes are re-rendered. This approach
//! may have other issues related to having both immutable and mutable borrows at the same time to
//! some portion of the component registry if one is not careful.
//!
//! ### Two callback functions
//! <a id="markdown-two-callback-functions" name="two-callback-functions"></a>
//!
//!
//! When creating a new dialog box component, two callback functions are passed in:
//!
//! 1. `on_dialog_press_handler()` - this will be called if the user choose no, or yes (w/ their typed
//! text).
//! 2. `on_dialog_editors_changed_handler()` - this will be called if the user types something into the
//! editor.
//!
//! ### How to use this dialog to make an HTTP request & pipe the results into a selection area?
//! <a id="markdown-how-to-use-this-dialog-to-make-an-http-request-%26-pipe-the-results-into-a-selection-area%3F" name="how-to-use-this-dialog-to-make-an-http-request-%26-pipe-the-results-into-a-selection-area%3F"></a>
//!
//!
//! So far we have covered the use case for a simple modal dialog box. In order to provide
//! auto-completion capabilities, via some kind of web service, there needs to be a slightly more
//! complex version of this. This is where the `DialogEngineConfigOptions` struct comes in. It allows us
//! to create a dialog component and engine to be configured w/ the appropriate mode - simple or
//! autocomplete.
//!
//! In autocomplete mode, an extra "results panel" is displayed, and the layout of the dialog is
//! different on the screen. Instead of being in the middle of the screen, it starts at the top of the
//! screen. The callbacks are the same.
//!
//! ### How to make HTTP requests
//! <a id="markdown-how-to-make-http-requests" name="how-to-make-http-requests"></a>
//!
//!
//! Instead of using the `reqwest` crate, we should use the `hyper` crate (which is part of Tokio) and
//! drop support for `reqwest` in all our crates.
//!
//! - <https://blessed.rs/crates#section-networking-subsection-http-foundations>
//!
//! # Grapheme support
//!
//! Unicode is supported (to an extent). There are some caveats. The
//! [r3bl_rs_utils_core::UnicodeString] struct has lots of great information on this graphemes and
//! what is supported and what is not.
//!
//! # Lolcat support
//!
//! An implementation of lolcat color wheel is provided. Here's an example.
//!
//! ```rust
//! use r3bl_rs_utils_core::*;
//! use r3bl_tui::*;
//!
//! let mut lolcat = LolcatBuilder::new()
//! .set_color_change_speed(ColorChangeSpeed::Rapid)
//! .set_seed(1.0)
//! .set_seed_delta(1.0)
//! .build();
//!
//! let content = "Hello, world!";
//! let unicode_string = UnicodeString::from(content);
//! let lolcat_mut = &mut lolcat;
//! let st = lolcat_mut.colorize_to_styled_texts(&unicode_string);
//!
//! lolcat.next_color();
//! ```
//!
//! This [crate::lolcat::Lolcat] that is returned by `build()` is safe to re-use.
//! - The colors it cycles through are "stable" meaning that once constructed via the
//! [builder](crate::lolcat::LolcatBuilder) (which sets the speed, seed, and delta
//! that determine where the color wheel starts when it is used). For eg, when used in a dialog
//! box component that re-uses the instance, repeated calls to the `render()` function of this
//! component will produce the same generated colors over and over again.
//! - If you want to change where the color wheel "begins", you have to change the speed, seed, and
//! delta of this [crate::lolcat::Lolcat] instance.
// Attach.
// Re-export.
pub use *;