The R Project SVN R

Rev

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

Rev 84952 Rev 87028
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  file consolestructs.h
3
 *  file consolestructs.h
4
 *  Copyright (C) 2004-8      The R Foundation
4
 *  Copyright (C) 2004-8      The R Foundation
5
 *  Copyright (C) 2023        The R Core Team
5
 *  Copyright (C) 2024        The R Core Team
6
 *
6
 *
7
 *  This program is free software; you can redistribute it and/or modify
7
 *  This program is free software; you can redistribute it and/or modify
8
 *  it under the terms of the GNU General Public License as published by
8
 *  it under the terms of the GNU General Public License as published by
9
 *  the Free Software Foundation; either version 2 of the License, or
9
 *  the Free Software Foundation; either version 2 of the License, or
10
 *  (at your option) any later version.
10
 *  (at your option) any later version.
Line 69... Line 69...
69
    actionfn fbrk;
69
    actionfn fbrk;
70
    
70
    
71
    int cursor_blink;
71
    int cursor_blink;
72
 
72
 
73
    menuitem mcopy, mpaste, mpastecmds, mpopcopy, mpoppaste, mpoppastecmds;
73
    menuitem mcopy, mpaste, mpastecmds, mpopcopy, mpoppaste, mpoppastecmds;
-
 
74
 
-
 
75
    wchar_t pushed_back_char;	/* consolegetc, consoleungetc */
74
};
76
};
75
 
77
 
76
typedef struct structConsoleData *ConsoleData;
78
typedef struct structConsoleData *ConsoleData;
77
#define CONSOLE 1
79
#define CONSOLE 1
78
#define PAGER 2
80
#define PAGER 2