Opened 12 years ago
Last modified 12 years ago
#305 new enhancement
Scrolling MOTD
Reported by: | thelaptop | Owned by: | epyon |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.9.8 |
Component: | engine | Version: | 0.9.9.7 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Current MOTD from the server does not take into account that the length of the message exceeds 80. Either enforce a length limit in info.xml or make the MOTD scrollable to allow display of longer messages.
Change History (6)
comment:1 Changed 12 years ago by thelaptop
- Version 0.9.9.6 deleted
comment:2 Changed 12 years ago by thelaptop
- Milestone changed from 0.9.9.7 to 0.9.9.8
comment:3 Changed 12 years ago by thelaptop
- Version set to 0.9.9.7
comment:4 follow-up: ↓ 5 Changed 12 years ago by shark
comment:5 in reply to: ↑ 4 Changed 12 years ago by shark20061
Control characters (@) will make the MOTD act funny the way it's coded though, so it's not completely finished.
comment:6 Changed 12 years ago by shark20061
...also the whole rest of the main menu acted funny, so never mind! (Also, I hear the Main Menu's getting a revamp anyway)
Note: See
TracTickets for help on using
tickets.
(In [2858]) * MOTD now scrolls if longer than 78 characters. (Refs #305)