Commit Graph

15 Commits

Author SHA1 Message Date
Daniel Schulte 0ef7eba6db Add ability to rename user flags 2021-07-18 23:27:20 +02:00
Daniel Schulte 2d1e42ea33 Misc fixes and optimizations (mostly suggestions by clang-tidy) 2021-07-18 16:41:19 +02:00
Daniel Schulte b77cd9c227 Add support for setting user defined flags per channel 2021-07-18 16:11:51 +02:00
Daniel Schulte c611b70567 Fix crash when pressing backspace in a lineedit at pos 0 with chars left 2021-01-06 20:46:00 +01:00
Daniel Schulte 507c66bf04 Split TUI init code and prepare for embedded application version 2020-12-16 19:38:31 +01:00
Daniel Schulte 89f7d320b0 Add support for timeouts in tp_wait_for_event 2020-12-02 23:06:42 +01:00
Daniel Schulte 1ca53d1491 Add license 2020-11-28 15:40:46 +01:00
Daniel Schulte b92763b216 Implement a better text wrapping algorithm 2020-11-27 00:32:10 +01:00
Daniel Schulte 160fb1cfff Add C-l to force repaint 2020-11-26 13:25:25 +01:00
Daniel Schulte b116b89977 Initialize TUI lookup tables in tp_init instead of using static init 2020-11-22 21:38:14 +01:00
Daniel Schulte d43bb02f72 Fix get_selection: Allow the user to make a selection with the Enter key 2020-11-22 19:15:35 +01:00
Daniel Schulte 862c56d91e Add format-string version of tui_abort and use it to display SQLite errors 2020-11-22 18:13:46 +01:00
Daniel Schulte 1f64677fcf Make a backup of the area an overlay will occupy and restore it afterwards 2020-11-22 18:10:39 +01:00
Daniel Schulte 89f0c26484 Move handle_action to tui.h and use it in functions there 2020-11-22 18:09:17 +01:00
Daniel Schulte 71f9ebaed7 Initial commit 2020-11-22 16:17:14 +01:00