OpenLink Software

Usage stats on How to print full screen width messages

 Permalink

an Entity in Data Space: 134.155.108.49:8890

The WideMsg() function below prints a single-line [long] message (of up to (&columns-1) length) without the "Press Enter" prompt, guaranteed: " WideMsg() prints [long] message up to (&columns-1) length " guaranteed without "Press Enter" prompt. function! WideMsg(msg) let x=&ruler | let y=&showcmd set noruler noshowcmd redraw echo a:msg let &ruler=x | let &showcmd=y endfun " To test. :set ruler showcmd :call WideMsg(repeat('x',&co-1)) The WideMsg() function above saves values of these two suspect options, echo the message, then restores the options.

Identifier (URI)Rank
dbkwik:resource/3_DV6KRyPBuiM4MNwMuMIQ==5.88129e-14
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] This material is Open Knowledge Creative Commons License Valid XHTML + RDFa
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Copyright © 2009-2012 OpenLink Software