Implemented full screen operations in XMLTerm, although still buggy. Commands like 'less', 'vi', and 'emacs -nw' now work in stand-alone xmlterm, although scrolling is still messed up. Compiles with Feb21 tree. git-svn-id: svn://10.0.0.236/trunk@61437 18797224-902f-48f8-a5cc-f745e15eee43
21 lines
617 B
Plaintext
21 lines
617 B
Plaintext
Known bugs
|
|
----------
|
|
|
|
21 Feb 2000
|
|
|
|
|
|
1. XMLterm bug: Early use of "xls -i" does not scroll properly
|
|
|
|
2. DOM/IFRAME bug: window.document object not defined for dynamically
|
|
created IFRAME elements using DOM
|
|
|
|
3. XMLterm bug: Typing text in text input element causes input to be duplicated
|
|
in the command line
|
|
|
|
4. LTERM/NCURSES bug: Executing "emacs -nw" in the NCURSES version of LTERM
|
|
results in LTERM exiting abnormally when user exits emacs. An interrupt
|
|
error seems to occur while polling for output in ltermRead.
|
|
|
|
5. Full screen XMLTerm operation: forward cursor positioning (^F) behaves
|
|
erratically
|