Hi, > Apparently requesting the vte terminal size isn't sufficient, we need > to force a size_request so text doesn't line wrap. We use slightly > different APIs for gtk3, since on 3.10 the size_request trick doesn't > seem to work.
Something is fishy there indeed. I somehow feel like we are doing something wrong somewhere else though. vte_terminal_set_size() should be enough, the parent widgets should respect the request ... vte widget placing looks odd too. First text line is missing, and I have a white bar at the bottom, looks like the vte widget is misplaced. Maybe those two isses are related ... cheers, Gerd