- Subject: Re: 0.99-16 pre-release available
- From: "John E. Davis" <davis>
- Date: Mon, 7 Oct 2002 21:45:04 -0400
Charl P. Botha <c.p.botha@xxxxxxxxxxxxxx> wrote:
>I've just built preliminary Debian packages and all seems to be well,
>including the XRENDER integration and the various little patches that the
>Debian packages of 0.99.15 had collected.
There were a couple of small issues reported but nothing major at this
point. Right now I am waiting to see if anyone has compiled it on a
win32 system. Incidently, I noticed that the debian version includes
the "paste_mode" that I included here sometime ago. You might want to
consider this version that does not require push/pop mode:
define paste ()
{
flush ("Ready for data...");
if (0 == input_pending (300))
{
message ("You have taken too much time");
return;
}
variable as = _test_buffer_flag (2);
ERROR_BLOCK
{
if (as) _set_buffer_flag (2);
}
_unset_buffer_flag (2);
flush ("Pasting in progress...");
while (input_pending (10))
{
variable ch = getkey ();
if (ch == '\r')
{
ch = '\n';
}
insert_char (ch);
update (0);
}
EXECUTE_ERROR_BLOCK;
message ("Done");
}
Thanks,
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2002 date index]
[2002 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]