(svn r1598) Feature: Message history now is stickyable and resizeable

The news messages are now precisely cropped according to pixel width to fit optimal into the window.
Introduced a new date format: DATE_TINY, which is ISOish.
This commit is contained in:
dominik
2005-01-22 23:13:20 +00:00
parent 8313879b3c
commit 6027e777c8
4 changed files with 44 additions and 11 deletions

View File

@@ -266,6 +266,7 @@ static const CmdStruct _cmd_structs[] = {
{"TOWN", EmitSingleByte, 0x9B},
{"CURRENCY64", EmitSingleByte, 0x9C},
{"WAYPOINT", EmitSingleByte, 0x9D}, // waypoint name
{"DATE_TINY", EmitSingleByte, 0x9E},
// 0x9E=158 is the LAST special character we may use.
{"UPARROW", EmitSingleByte, 0xA0},