|
From: Petr M. <mi...@ph...> - 2006-04-16 19:44:50
|
> I would prefer to see a new entry in the term table, for term->close(),
> which could probably go along with new term->raise(), term->lower()
> instead of the way these two calls are currently implemented directly in
> command.c
I had a proposal for
term->interactive(command)
flying around for some longer time, but I had never time to work on it. That
would be useful for actions like:
term->interactive("disable q hotkey")
term->interactive("make mousing menus disabled")
term->interactive("make mousing menus enabled")
term->interactive("raise 5")
term->interactive("close")
term->interactive("put ruler")
term->interactive("change cursor")
etc.
---
PM
|