win32gui message history; also clipboard support (from <Someone>)

main trunk only

- added 2 menu options: Copy ASCII Screenshot To Clipboard, Save
  ASCII Screenshot To File
- implemented saving message history
This commit is contained in:
nethack.allison
2003-10-13 14:52:15 +00:00
parent 21eaf22be4
commit 711e3ccc32

View File

@@ -74,7 +74,10 @@ Platform- and/or Interface-Specific New Features
------------------------------------------------
win32gui: support perm_invent
win32gui: menu option to add/remove windows captions
tty: add window port routines for saving/restoring message recall history
win32gui: support for saving/restoring message history
win32gui: added menu options "Copy ASCII Screenshot To Clipboard" and "Save
ASCII Screenshot To File"
tty: add window port routines for saving/restoring message history
Code Cleanup and Reorganization