mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
todo
This commit is contained in:
parent
60759d7bec
commit
313f5586b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue