Compare commits
18 Commits
fc8894015a
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c506c7913 | |||
| 8275abdb57 | |||
| 1c433fc56b | |||
| 14bda5c29f | |||
| ea58f2101f | |||
| 07bb582ddd | |||
| 6d965dd016 | |||
| 04511d029c | |||
| d2d89b361e | |||
| 0b4d8d84c4 | |||
| dc44ac9910 | |||
| f96bddf0ba | |||
| dda3130c56 | |||
| 9091d7a783 | |||
| 4a4be26977 | |||
| b4c6f1b0c8 | |||
| 0f343e753f | |||
| 6bd1f2f05b |
@@ -0,0 +1 @@
|
||||
.aider*
|
||||
+403
-318
File diff suppressed because one or more lines are too long
@@ -239,7 +239,7 @@ function showMusicMessage(msg) {
|
||||
}
|
||||
|
||||
function showMessageScroller(msg) {
|
||||
cancelReloadTimeout();
|
||||
//cancelReloadTimeout(); // commented out because this is the new message display and we want it to disappear
|
||||
active = "scroller";
|
||||
var bodyFont = fontLarge;
|
||||
g.setFont(bodyFont);
|
||||
@@ -248,7 +248,7 @@ function showMessageScroller(msg) {
|
||||
lines = [lines[0]];
|
||||
var titleCnt = lines.length;
|
||||
//if (titleCnt) lines.push(""); // add blank line after title
|
||||
lines = lines.concat(g.wrapString(msg.body, g.getWidth()-10)) //,["",/*LANG*/"< Back"]);
|
||||
lines = lines.concat(g.wrapString(msg.body, g.getWidth()-10)); //,["",/*LANG*/"< Back"]);
|
||||
E.showScroller({
|
||||
h : g.getFontHeight(), // height of each menu item in pixels
|
||||
c : lines.length, // number of menu items
|
||||
|
||||
Reference in New Issue
Block a user