]> granicus.if.org Git - nethack/commit
saving message history (trunk only)
authornethack.allison <nethack.allison>
Sun, 5 Oct 2003 13:43:16 +0000 (13:43 +0000)
committernethack.allison <nethack.allison>
Sun, 5 Oct 2003 13:43:16 +0000 (13:43 +0000)
commitf6f6c1f0d5793b4d75d543fca8a5784a003c6a3f
tree54fc69a0c0382dd20c27d6353061ab5cb58f3f65
parenta5c8b517d2355363b7c0dc3da6443bf4bf4d312a
saving message history (trunk only)

On September 11, 2003 "<Someone>" wrote:
> When we're going to have a different save file format, could
> the last messages in the message history be saved as well, so
> ^P would work the same before and after saving (possibly
> including a few less messages to make room for the startup
> messages?).

This seemed like a reasonable request. This patch:
- adds the core support required.
- adds the tty supporting routines.
19 files changed:
doc/fixes35.0
doc/window.doc
include/extern.h
include/patchlevel.h
include/winprocs.h
include/wintty.h
src/restore.c
src/save.c
src/windows.c
sys/amiga/winami.c
sys/mac/macwin.c
sys/wince/mswproc.c
win/Qt/qt_win.cpp
win/X11/winX.c
win/gem/wingem.c
win/gnome/gnbind.c
win/tty/topl.c
win/tty/wintty.c
win/win32/mswproc.c