mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 12:48:09 +08:00
Switch name Producer/Consumer -> Sender/Receiver
The producer/consumer was created for: https://github.com/ArthurSonzogni/FTXUI/pull/11 This patch makes rename everything from Producer/Consumer toward Sender/Receiver.
This commit is contained in:
@@ -73,7 +73,7 @@ add_library(component
|
||||
include/ftxui/component/menu.hpp
|
||||
include/ftxui/component/radiobox.hpp
|
||||
include/ftxui/component/screen_interactive.hpp
|
||||
include/ftxui/component/producer_consumer.hpp
|
||||
include/ftxui/component/receiver.hpp
|
||||
include/ftxui/component/toggle.hpp
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user