diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 22:54:31 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 22:54:31 -0500 |
commit | 74ca500fcad9f6f1ee2d43498b92beee92112fb0 (patch) | |
tree | 364404844a07d9ffc67469754156f6405c71d335 /ted.h | |
parent | 37275ad25635624161c3b51bc81cbd431a200e0c (diff) |
better readme, etc
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#define TED_VERSION "2.0" +#define TED_VERSION_FULL "ted v. " TED_VERSION #define TED_PATH_MAX 256 #define TED_UNTITLED "Untitled" // what to call untitled buffers #define TED_CFG "ted.cfg" // config filename |