From f47610184e074eb2cdfae9ceaee5f8811007faff Mon Sep 17 00:00:00 2001 From: toni Date: Sun, 31 Jul 2016 04:12:44 +0200 Subject: exported atmout to nask_ui, fixed weird memory error (busy_str in infownd_update had a buffer overflow, but valgrind wasn't able to catch this, cz the overwrite happened in same memory segment (special case), gdb ftw --- src/ui_txtwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ui_txtwindow.h') diff --git a/src/ui_txtwindow.h b/src/ui_txtwindow.h index 260a38a..5b91350 100644 --- a/src/ui_txtwindow.h +++ b/src/ui_txtwindow.h @@ -45,6 +45,12 @@ register_txtwindow(struct txtwindow *a); void set_txtwindow_text(struct txtwindow *a, char *text); +size_t +get_txtwindow_rows(struct txtwindow *a); + +size_t +get_txtwindow_textlen(size_t row_index, struct txtwindow *a); + void set_txtwindow_title(struct txtwindow *a, const char *title); -- cgit v1.2.3