stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] How do you display an "area" like that of commands


From: sirgazil
Subject: Re: [STUMP] How do you display an "area" like that of commands
Date: Fri, 16 Nov 2018 15:02:33 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

On 16/11/18 2:27 p. m., Alex Kost wrote:
sirgazil (2018-11-13 15:19 -0500) wrote:

Hi,

Hello,

As a user I'd like to write a command that displays an area with some
text, like the one used by the "commands" command; something like a
message that stays on the screen until you abort it.

Is it possible? I couldn't find information about this in the manual.

"commands" just calls 'message-no-timeout', so you can just define a
command like this one:

(defcommand some-text () ()
   "My useful command."
   (message-no-timeout "some text"))


It works, Alex, thanks :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]