bugs

来自「使用BorlandC++4.5编译的一个MUD客户端程序」· 代码 · 共 47 行

TXT
47
字号
### This is a list of BUGS and enhancement to-do's ###
$Id: bugs 1.1 1995/10/31 02:17:54 tsurace Exp tsurace $

Fixed bugs and implemented enhancements should be moved to the
RELEASE file and dated.

Format:
  date_reported reported_by
  description
  
Where:
  date_reported is like "day/month/year", with the month in roman numerals.
 

### Bugs ###

4/II/96 tsurace
Some command-line editing operations leave garbage in the input window, 
especially when the cursor is at the beginning or end of a previous line.

26/X/95 tsurace
Win32 interface does not map ALL keys to VT102 keys.

26/X/95 tsurace
The tray memory allocator should clean up on exit to facilitate
memory leak checking with purify and bounds checker.


### Enhancements ###

7/XI/95 tsurace
Add "ignore_echo_off" as a builtin assignable variable instead of
an environment-variable hack.

26/X/95 tsurace
Win32 interface should use ANSI background colors.

26/X/95 tsurace
Add win32 support for fonts other than "system monospaced"?

26/X/95 tsurace
Win32 scrolling is quite slow on cheap video cards



### End of file ###

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?