FTXUI/src/ftxui/component
Jørn Gustav Larsen 2216f3a5da
Problem with setting the cursor position on the right screen edge when drawing. (#831)
When moving the cursor back to its original location, a problem arises when cursor placed in the right edge column, where an off by one error occur. This pull request will resolve this problem.

Co-authored-by: Jørn Gustav Larsen <jgl@fasttracksoftware.com>
Co-authored-by: Jørn Gustav Larsen <jgl@adminbyrequest.com>
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
2024-04-03 21:32:19 +02:00
..
animation_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
animation.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
button_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
button.cpp Button: invoke on_click at the end. (#807) 2024-01-10 22:08:57 +01:00
catch_event.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
checkbox.cpp Make Checkbox take focus when clicked (#810) 2024-01-17 18:21:32 +01:00
collapsible_test.cpp Feature: Add multi-line input. (#630) 2023-05-02 13:32:37 +02:00
collapsible.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
component_fuzzer.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
component_options.cpp Add documentations to every public functions. 2023-08-19 14:56:28 +02:00
component_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
component.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
container_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
container.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
dropdown.cpp Add documentations to every public functions. 2023-08-19 14:56:28 +02:00
event.cpp Restore cursor shape on exit. (#793) 2023-12-17 10:24:33 +01:00
hoverable_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
hoverable.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
input_test.cpp Feature: input can now use overwrite mode when toggled with insert key (#735) 2023-08-28 21:07:26 +02:00
input.cpp Restore cursor shape on exit. (#793) (#794) 2023-12-17 10:35:21 +01:00
loop.cpp Add documentations to every public functions. 2023-08-19 14:56:28 +02:00
maybe.cpp Add documentations to every public functions. 2023-08-19 14:56:28 +02:00
menu_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
menu.cpp Restore cursor shape on exit. (#793) (#794) 2023-12-17 10:35:21 +01:00
modal_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
modal.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
radiobox_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
radiobox.cpp Restore cursor shape on exit. (#793) (#794) 2023-12-17 10:35:21 +01:00
receiver_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
renderer.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
resizable_split_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
resizable_split.cpp Restore cursor shape on exit. (#793) (#794) 2023-12-17 10:35:21 +01:00
screen_interactive_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
screen_interactive.cpp Problem with setting the cursor position on the right screen edge when drawing. (#831) 2024-04-03 21:32:19 +02:00
slider_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
slider.cpp Restore cursor shape on exit. (#793) (#794) 2023-12-17 10:35:21 +01:00
terminal_input_parser_test_fuzzer.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
terminal_input_parser_test.cpp Restore cursor shape on exit. (#793) (#794) 2023-12-17 10:35:21 +01:00
terminal_input_parser.cpp Restore cursor shape on exit. (#793) (#794) 2023-12-17 10:35:21 +01:00
terminal_input_parser.hpp Restore cursor shape on exit. (#793) 2023-12-17 10:24:33 +01:00
toggle_test.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
util.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
window.cpp Restore cursor shape on exit. (#793) (#794) 2023-12-17 10:35:21 +01:00