Re: Substitute text
Stefan Salewski <[email protected]> Fri, 19 Aug 2016 11:25:49 +0200
| Newsgroups | gmane.comp.gnome.devtools |
|---|---|
| Message-ID | <[email protected]> |
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)