Download raw body.
tog: finish move to view->resize() to populate log views
On Fri, Jul 22, 2022 at 11:06:29PM +1000, Mark Jamsek wrote: > This is a follow up to the recent commit that fixed the ref -> log child > view v- to h-split case that left new log lines empty. > > Instead of the current TOG_VIEW_LOG check, use the view->resize() idiom > to ensure child and parent log views are properly populated when cycling > views ('\t'), toggling fullscreen ('F'), switching splits ('S'), resizing > splits (+/-), and closing child views ('q'). > > It's cleaner and more consistent style-wise. Yes, makes sense. ok stsp@
tog: finish move to view->resize() to populate log views