Updated fullscreen editor

This commit is contained in:
Michiel Broek 2003-07-01 20:02:58 +00:00
parent 0742fa3dd0
commit fdd4377785
4 changed files with 508 additions and 539 deletions

View File

@ -34,6 +34,10 @@ v0.37.4 10-May-2003
risk of sending files back to the owner of that faulty program. risk of sending files back to the owner of that faulty program.
Added the same check for Seenby lines. Added the same check for Seenby lines.
mbsebbs:
Increased internal message buffer size to 700 lines.
Fullscreen editor code cleanup, debug messages removed.
v0.37.3 09-Apr-2003 - 10-May-2003 v0.37.3 09-Apr-2003 - 10-May-2003

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,6 @@ void Full_Help(void);
void Setcursor(void); void Setcursor(void);
void Beep(void); void Beep(void);
void Refresh(void); void Refresh(void);
void Debug(void);
void GetstrLC(char *, int); void GetstrLC(char *, int);
void ScrollUp(void); void ScrollUp(void);
void ScrollDown(void); void ScrollDown(void);

View File

@ -3,7 +3,7 @@
#ifndef _MAIL_H #ifndef _MAIL_H
#define _MAIL_H #define _MAIL_H
#define TEXTBUFSIZE 500 #define TEXTBUFSIZE 700
int LC(int); /* More prompt for reading messages */ int LC(int); /* More prompt for reading messages */