putmsghistory() (trunk only)
[Third of three message history patches.]
Add another argument to putmsghistory() so that it can tell whether
it's processing multiple messages for restore (which should be treated as
being older than any current messages) or a single message to stuff into
history (which should be treated as the most recent message even though
it hasn't been displayed in the message window).
This commit is contained in:
+1
-1
@@ -229,7 +229,7 @@ E void NDECL(tty_end_screen);
|
||||
E void FDECL(genl_outrip, (winid,int));
|
||||
|
||||
E char *FDECL(tty_getmsghistory, (BOOLEAN_P));
|
||||
E void FDECL(tty_putmsghistory, (const char *));
|
||||
E void FDECL(tty_putmsghistory, (const char *,BOOLEAN_P));
|
||||
|
||||
|
||||
#ifdef NO_TERMS
|
||||
|
||||
Reference in New Issue
Block a user