EDITOR

Keywords: EDITOR

Category: Basics

=== USER MANUAL === Description: When writing a mudmail or posting on a message board, you enter the line editor. Type text normally to add lines. All editor commands begin with / followed by a letter. Commands: /s .............. Save text and exit the editor. /a .............. Abort editing and discard all changes. /h .............. Display the list of editor commands. /l .............. List the current buffer contents. /n .............. List the buffer with line numbers. /u .............. List the buffer for upload to client. /c .............. Clear the entire buffer. /f .............. Format (word-wrap) the text. /fi ............. Format with indented paragraphs. /d# ............. Delete line number #. /e# <text> ...... Replace line # with <text>. /i# <text> ...... Insert <text> before line #. /r 'a' 'b' ...... Replace first occurrence of a with b. /ra 'a' 'b' ..... Replace all occurrences of a with b. Raw Color Output: Appending c to a list command shows raw color codes instead of rendering them: /lc, /nc, /uc. Related Helpfiles: BOARDS, MAIL, READ, WRITE === END MANUAL ===