revert change

This commit is contained in:
Andrew Pamment 2018-02-20 15:05:45 +10:00
parent c98ad14aef
commit 532e1a6861
3 changed files with 2 additions and 6 deletions

View File

@ -23,10 +23,6 @@ LINE: 277 NEW
OLDSTRING: (NONE)
NEWSTRING: "\r\nScan for new personal mail? (Y/N/S): "
LINE: 88 MODIFIED
OLDSTRING: "\r\n\e[1;30m[\e[1;34m%3d\e[1;30m]: \e[0m%s"
NEWSTRING: "\r\n\e[1;30m[\e[1;34m%3d\e[1;30m]: \e[0m"
Changes from v0.8-alpha -> v0.9-alpha
--------------------------------------------------------------
LINE: 255 NEW

View File

@ -86,7 +86,7 @@ Sorry, you don't have permission to upload in this Sub\r\n
\r\nUse external editor? (Y/N)
\r\n\e[1;32mMagicka Internal Editor, Type \e[1;37m/S \e[1;32mto save, \e[1;37m/A \e[1;32mto abort and \e[1;37m/? \e[1;32mfor help\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m
\r\n\e[1;30m[\e[1;34m%3d\e[1;30m]: \e[0m
\r\n\e[1;30m[\e[1;34m%3d\e[1;30m]: \e[0m%s
\r\nNo message to quote!\r\n
\r\nQuote from Line:
\r\nQuote to Line:

View File

@ -621,7 +621,7 @@ char *editor(struct user_record *user, char *quote, int quotelen, char *from, in
s_printf(get_string(87));
while(!doquit) {
s_printf(get_string(88), lines);
s_printf(get_string(88), lines, "");
strcpy(linebuffer, next_line_buffer);
s_readstring_inject(linebuffer, 70, next_line_buffer);
memset(next_line_buffer, 0, 70);