lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] Copy and paste documentation


From: Thomas Dickey
Subject: Re: [Lynx-dev] Copy and paste documentation
Date: Sun, 11 Jan 2009 12:52:36 -0500 (EST)

On Sun, 11 Jan 2009, Stefan Caunter wrote:

Couple of things are coming up that need clarification.

In Windows the ^S copy populates the Windows clipboard, and I can use
^V in other apps, but not lynx, presumably since it is not mapped.
Putting KEYMAP:^Y:PASTE in lynx.cfg does not seem to give me a paste
function in Windows.
Does something need to be compiled in?

perhaps WIN_EX:

#if  defined(__EMX__) || defined(WIN_EX) || defined(HAVE_POPEN)
#  define CAN_CUT_AND_PASTE
#endif

in HTUtils.h

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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