home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / elvis / sources / bugs < prev    next >
Text File  |  1994-01-30  |  1KB  |  27 lines

  1. - general bug:  J command on line with trailing spaces and following
  2.    line with leading spaces adds extra space
  3. - general bug:  (1) r command on empty line adds character there and
  4.    (2) fails to display it until redraw
  5. - general bug:  C command on a tab causes rest of line to be pulled in
  6.    (bug or feature?  perhaps latter)
  7. - general bug:  ^F command doesn't allow to go to last line of file
  8.    (nice for short redraws)
  9. - general bug:  ZZ:n not allowed
  10. - general bug:  backspace across newlines allowed in insert mode
  11. - general bug:  ^U, ^D don't (necessarily) move cursor
  12.  
  13.  
  14. OS/2 bugs:
  15.  
  16. - set lines=xx:  want to use VioSetMode to do it (and if not supported,
  17.    signal error [beep or whatever; don't change lines]); also restore
  18.    to original size at end (should be able to do VioSetMode with _init
  19.    params)
  20. - need "real" pipes
  21. - need detection of FAT filesystem and truncation to 8.3
  22. - change vio_init and vio_restore stuff to work from resume_curses and
  23.    suspend_curses (so can change video mode and still continue editing
  24.    in new mode)--currently called from main() and endwin()
  25. - rewrite display code to use VioGetPhysBuf() and VioShowBuf() (and "direct
  26.    memory" writes)  [can have speed AND colors :-) ]
  27.