Commits


fix crashes in tog when terminal is resized


in tog, check return code of replace_panel()


remove remaining calls into ncurses from secondary tog threads


tog: show appropriate panels when current view is moved into focus


make backspace key work if 'tog log' runs in a child view


give tog's child views >= 80 columns width


fix logging /sys in tog while /sys symlink exists on disk


prevent use-after free in tog's close_log_view()


refresh tog screen faster during during init phase


remove #if 0 code which called curses from other threads


use halfdelay mode to auto-refresh tog's screen every second


ncurses isn't thread-safe; disable ncurses calls in secondary threads


revert previous; didn't fix the issue


make tog read input from stdscr; avoids races when resizing


fix error leak in tog's view_input()