1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
Go to file
Witold Filipczyk 6a960a9fb9 [viewer] New action mark-clipboard. Refs #10
Possibility to mark rectangle for clipboard.
User may bind keys to move-cursor-up, move-cursor-down, move-cursor-left,
move-cursor-right and mark-clipboard.
mark-clipboard is tristate.
First triggerred, it remembers left top corner of rectangle. Now you can move cursor.
Second time triggerred, remembers right bottom corner of rectangle.
Third time, it clears selection.

The copy-clipboard action was changed. Now if the clipboard rectangle is marked,
it copies this rectangle. If not, the current link.
2020-08-01 23:25:21 +02:00
config Fix compatibility with Ruby >= 1.9 2018-03-09 17:34:30 -05:00
contrib [clipboard] Added "ui.clipboard_file" to add text to the system clipboard. 2020-07-27 22:38:54 +02:00
doc also pass the uri as %u to external handlers 2020-07-25 13:29:47 +02:00
po [po] update 2020-07-31 14:51:20 +02:00
src [viewer] New action mark-clipboard. Refs #10 2020-08-01 23:25:21 +02:00
test [python3] big_file.cgi ported to Python3. Refs #38 2020-01-03 20:20:43 +01:00
Unicode Unicode/gen-case: Upgrade ISC licence to July 2007 version 2012-11-03 23:01:28 +02:00
.gitignore gitignore: Add *.o for git status compatibility 2007-08-28 14:57:35 +02:00
.mailmap Add .mailmap file to help git-shortlog 2007-04-15 22:08:11 +02:00
ABOUT-NLS Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
AUTHORS AUTHORS: Kamil Dudka has made three more changes 2012-11-03 23:01:29 +02:00
autogen.sh Add -I config/m4 to aclocal. 2017-11-25 20:58:26 +01:00
BUGS Drop .or from elinks.or.cz. 2005-12-29 04:35:02 +00:00
ChangeLog Changed version. 2019-12-27 17:33:27 +01:00
configure.ac [configure.ac] --with-luapkg=name let user choose Lua version 2020-05-31 16:24:24 +02:00
COPYING Rename configure.in to configure.ac 2017-11-22 17:01:48 -05:00
features.conf [configure] Remove outdated information 2020-07-05 12:26:55 +02:00
GOALS Some goals for dvelopment 2017-11-29 17:38:39 +01:00
INSTALL add autogen.sh to compiling instructions 2019-09-30 17:57:47 +02:00
Makefile Rename configure.in to configure.ac 2017-11-22 17:01:48 -05:00
Makefile.config.in [python3] python3 for asciidoc 2020-01-04 20:12:34 +01:00
Makefile.lib Revert "Compile with C++." 2019-04-21 12:27:40 +02:00
NEWS [NEWS] Info about 0.13.4 2020-07-31 15:03:49 +02:00
README [README] Some notes about felinks origin 2020-02-04 11:58:12 +01:00
README.md - README.md 2017-11-11 13:13:37 +01:00
SITES [sites] URL to github 2019-12-20 14:44:50 +01:00
THANKS THANKS: Remove link to HSTI webpage as the domain is for sale. 2006-11-08 20:53:01 +02:00
TODO Merge with http://elinks.cz/elinks.git#elinks-0.12 2007-07-09 16:03:06 +03:00

felinks

Fork of elinks