| 3 |
* editor |
* editor |
| 4 |
* - user interactive full-screen text editor |
* - user interactive full-screen text editor |
| 5 |
* |
* |
| 6 |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
* Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com> |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
#ifndef _EDITOR_H_ |
#ifndef _EDITOR_H_ |
| 11 |
|
|
| 12 |
#include "screen.h" |
#include "screen.h" |
| 13 |
|
|
| 14 |
#define MAX_EDITOR_DATA_LINES 65536 |
enum editor_constant_t |
| 15 |
#define MAX_EDITOR_DATA_LINE_LENGTH 1024 |
{ |
| 16 |
|
MAX_EDITOR_DATA_LINES = 65536, |
| 17 |
|
MAX_EDITOR_DATA_LINE_LENGTH = 1024, |
| 18 |
|
}; |
| 19 |
|
|
| 20 |
struct editor_data_t |
struct editor_data_t |
| 21 |
{ |
{ |