> > >> i need to call some kind of redraw when comming back from fullscreen mode > > >> (scrollbar needs some update and probably recomputation). > > > > > > I don't really understand why you need that as a redraw should be > > > triggered > > > automatically following a resize event (which you get if you come back > > > from > > > fullscreen mode). Hum... Maybe a scrolling reset is missing in > > > BufferView::resize()?
finally, processUpdateFlags(Update::Force | Update::FitCursor); into resize() helped. pavel