Commits


make tog read input from stdscr; avoids races when resizing


fix error leak in tog's view_input()


fix auto-update of 'tog blame' display


make 'tog log' use background thread and introduce global mutex


use a constant for max diff context size


fix a NULL deref in tog


remove '[' and ']' key bindings from tog log


allow changing amount of context lines in tog diff view


make amount of diff context configurable at API level


switch between full- and splitscreen when window size changes


allow only one parent view per type in tog


switch tog's view model to a one-parent/one-child model


remove dead code from tog


remove unused fields from struct tog_view


fix inverted default in tog's view_needs_focus_indication()