Updated fullscreen editor
This commit is contained in:
parent
0742fa3dd0
commit
fdd4377785
@ -34,6 +34,10 @@ v0.37.4 10-May-2003
|
||||
risk of sending files back to the owner of that faulty program.
|
||||
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
|
||||
|
||||
|
1040
mbsebbs/fsedit.c
1040
mbsebbs/fsedit.c
File diff suppressed because it is too large
Load Diff
@ -26,7 +26,6 @@ void Full_Help(void);
|
||||
void Setcursor(void);
|
||||
void Beep(void);
|
||||
void Refresh(void);
|
||||
void Debug(void);
|
||||
void GetstrLC(char *, int);
|
||||
void ScrollUp(void);
|
||||
void ScrollDown(void);
|
||||
|
@ -3,7 +3,7 @@
|
||||
#ifndef _MAIL_H
|
||||
#define _MAIL_H
|
||||
|
||||
#define TEXTBUFSIZE 500
|
||||
#define TEXTBUFSIZE 700
|
||||
|
||||
|
||||
int LC(int); /* More prompt for reading messages */
|
||||
|
Reference in New Issue
Block a user