diff options
| author | dam <dam@gudinoff> | 2024-04-11 02:46:03 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-04-11 02:46:03 +0100 |
| commit | 52c375a02e663a87140ef34f140de16c71f7af5f (patch) | |
| tree | fba3eb7940946abe78193c92cc3dbf4ff287acc9 /ttt.jai | |
| parent | 3491fff478a7ebf7e9281595230528726828f48c (diff) | |
| download | task-time-tracker-52c375a02e663a87140ef34f140de16c71f7af5f.tar.zst task-time-tracker-52c375a02e663a87140ef34f140de16c71f7af5f.zip | |
Added UTF8 support to read_input_line.
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1674,7 +1674,7 @@ main :: () { TUI.flush_input(); TUI.set_next_key(TUI.Keys.F2); - // Rename task. + // Rename. case TUI.Keys.F2; if (selected_task == null) continue; |
