On Fri, 2016-08-19 at 09:58 +0200, Stefan Salewski wrote: > Seems to be not very fast due to permanently updating the display. Is > there a way to suppress view update?
Ah sorry, I had a cursor movement callback installed: buffer.handlerID = gSignalConnect(buffer, "notify::cursor-position", gCallback(onCursorMoved), win) Had to temporary block that. buffer.signalHandlerBlock(buffer.handlerID) _______________________________________________ gnome-devtools mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-devtools
