The Moolmeister wrote:
> The problem is that this message must fit in one line, and adding more
> text makes it wrap.
I can appreciate that. What if you moved the usage message to the first column
instead of appending it to the "-- More --" that's already there and abbreviate
"page/line" to "pg/ln"? Now it's only a net addition of one column:
2919d2918
< screen_puts(s, (int)Rows - 1, 0, attr);
2920a2920
> {
2922,2923c2922,2928
< _(" SPACE/d/j: screen/page/line down, b/u/k: up, q: quit "),
< (int)Rows - 1, vim_strsize(s), attr);
---
> _("SPACE/d/j: screen/pg/ln down, b/u/k: up, first/last: g/G, q:
> quit "),
> (int)Rows - 1, 0, attr);
> }
> else
> {
> screen_puts(s, (int)Rows - 1, 0, attr);
> }
>
> I only see the problem for when there are just a couple of lines.
> Not when it's more than a screen.
Right, it appears to be something about the use of MSG_PUTS_ATTR to display the
"Press ENTER..." message. I'll take a closer look and see if I can find a
resolution for this case when I have some more time.
Ahoy,
CS
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.