diff --git a/mystic/HISTORY.txt b/mystic/HISTORY.txt index e2e7cb6..d466565 100644 --- a/mystic/HISTORY.txt +++ b/mystic/HISTORY.txt @@ -3826,7 +3826,7 @@ + CTRL-T now moves one word to the left in the full screen editor. - + CTRL-U now moves one word to the right in the full screen editor. + + CTRL-R now moves one word to the right in the full screen editor. + CTRL-X now moves down one line the same as the down arrow key in the full screen editor. @@ -3905,3 +3905,14 @@ + SMTP server now has a configurable number of simultaneous connections from the same IP address. + + + CTRL-K now cuts a line of text in the full screen editor. If you continue + to cut more than one time, the text is appended to the cut buffer and will + contiue to do so until it is pasted. Any cut after a paste resets the cut + data. This is inspired by the Nano/Pico editors on Unix platforms which + work the same way (with the same keys!). The cut buffer currently allows + up to 100 lines to be cut and pasted at once. + + + CTRL-U now Uncuts all text that is currently in the cut buffer within the + full screen editor. You can uncut (paste) as many times as you like with + the current buffer. diff --git a/mystic/todo.pas b/mystic/todo.pas index 1928df9..055c4b3 100644 --- a/mystic/todo.pas +++ b/mystic/todo.pas @@ -99,6 +99,7 @@ FUTURE / IDEAS / WORK IN PROGRESS / NOTES - ANSI message upload post processor option: Auto/Disabled/Ask - Prompt for disconect after UL or DL (and add option to filebase settings) - Finish optional user prompts +- MCI code for FS ansi viewer? RANDOM DRUNKEN BRAINDUMP AKA DESIGN DETAILS ===========================================