cosmetic fix: reorder enums
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1765 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
c279a63100
commit
0d29555a13
|
@ -459,14 +459,14 @@ typedef struct historyheadtype {
|
||||||
#define VIEW 1
|
#define VIEW 1
|
||||||
#define NOVIEW 0
|
#define NOVIEW 0
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
TOP, CENTER, NONE
|
|
||||||
} topmidnone;
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
JUSTIFY, BEGIN, END
|
JUSTIFY, BEGIN, END
|
||||||
} justbegend;
|
} justbegend;
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
TOP, CENTER, NONE
|
||||||
|
} topmidnone;
|
||||||
|
|
||||||
/* Minimum editor window rows required for nano to work correctly. */
|
/* Minimum editor window rows required for nano to work correctly. */
|
||||||
#define MIN_EDITOR_ROWS 3
|
#define MIN_EDITOR_ROWS 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue