]> git.lyx.org Git - lyx.git/commit
* text.C:
authorAbdelrazak Younes <younes@lyx.org>
Sun, 12 Nov 2006 14:47:20 +0000 (14:47 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 12 Nov 2006 14:47:20 +0000 (14:47 +0000)
commit1fc6b32689817ad8a60d0525b2080841abefc453
tree183e23cfaf4303367e616b35fa243d86f9c86501
parent29012f2596a404aedd79b6b187676340daf3c43e
* text.C:
  - LyXText::breakParagraph(): Redo paragraphs before setCursor()
  - LyXText::insertChar(): ditto

* lyxfunc.C: take into account BufferView::update() returned value for WorkArea redrawing.

* BufferView::update(): we also need a second step in singlePar mode.

* WorkArea.C
  - startBlinkingCursor(): also show the cursor
  - stopBlinkingCursor(): also remove the visible cursor
  - processKeySym(): stop and start the cursor blinking instead of merely hide and show it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15884 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.C
src/frontends/WorkArea.C
src/lyxfunc.C
src/text.C