The R Project SVN R

Rev

Rev 83479 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83479 Rev 83482
Line 33... Line 33...
33
    sort out resize (confused screen and client coords)
33
    sort out resize (confused screen and client coords)
34
    add printer and metafile handling
34
    add printer and metafile handling
35
    Remove assumption of current->dest being non-NULL
35
    Remove assumption of current->dest being non-NULL
36
    Improve caret handling (destroy when not in focus, do not hide/show
36
    Improve caret handling (destroy when not in focus, do not hide/show
37
      non-existent caret, prevent against corruption via recursive
37
      non-existent caret, prevent against corruption via recursive
38
      redraw while not in focus, preserve coordinates when not in focus)
38
      redraw while not in focus, preserve coordinates when not in focus,
-
 
39
      ensure caret exists when a new window first gets focus)
39
 
40
 
40
 */
41
 */
41
 
42
 
42
#include "internal.h"
43
#include "internal.h"
43
#include <richedit.h>
44
#include <richedit.h>