mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-24 05:30:32 +03:00
todo
This commit is contained in:
parent
60759d7bec
commit
313f5586b0
@ -89,6 +89,7 @@ impl TextInputComponent {
|
||||
/// Set the `msg`.
|
||||
pub fn set_text(&mut self, msg: String) {
|
||||
self.msg = msg;
|
||||
//TODO: make sure cursor is in bounds
|
||||
}
|
||||
|
||||
/// Set the `title`.
|
||||
|
Loading…
Reference in New Issue
Block a user