home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d1xx
/
d197
/
stevie.lha
/
Stevie
/
TODO
< prev
next >
Wrap
Text File
|
1989-03-28
|
633b
|
23 lines
To Do
-----
- Change the static buffers for insert/undo/redo/undoundo/etc to dynamic
buffers.
- Add #'d and named buffers.
- Add 'R' and 'U'.
- Add 'set sw' option.
- In cmdline.c make get_range() give the appropriate error messages when it
gets a bad line range.
- Add & (do last search and replace on current line) and :[range]&
(do last search and replace on the range of lines).
- change the screen code so that number of columns is always a multiple
of four. Then add assembler routines for copying (to be used in
updateNextscreen()) that copy longs (4 bytes at a time). This will
speed up things even more.