1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
Go to file
Yozo Hida 948d019fc0 Add preferred_document_width option.
Option document.browse.preferred_document_width controls the
width of the document, so that documents are rendered with narrower
width than screen width.  Makes it easier to read paragraphs.

Patch originally from Shalon Wood <dstar@pele.cx>, see bug #1063.

Instead of using max_document_width as the hard limit to the document
width, it uses a soft limit, where if the document does not fit (due to
tables, etc.), then larger width is used.  This reduces the need for
horizontal scrolling for wide documents.

Also added toggle-document-width action to toggle between preferred
width and full screen width.  This is bound to 'M' by default.  Initial
toggle status is determined by document.browse.use_preferred_document_width
option.

During dumps, document.dump.width option is still used.  Perhaps we
should consolidate document.dump.width option with
document.browse.preferred_document_width ?
2017-11-21 16:09:13 +01:00
config configure: Fix "not a valid shell variable" with Autoconf 2.63 2009-05-22 22:53:01 +03:00
contrib mkdist: Don't copy manual.html-chunked.tar.gz 2010-09-15 23:06:19 +03:00
doc elinks.conf.5, elinkskeys.5: Document undocumented features 2013-12-18 15:33:27 +01:00
po Typos 2017-11-18 09:50:40 +01:00
src Add preferred_document_width option. 2017-11-21 16:09:13 +01:00
test Anchors (all, but first) are not accessible inside <ul>. 2012-06-12 13:40:31 +02: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 autogen.sh: Also remove autom4te.cache. 2007-07-19 21:28:33 +03:00
BUGS Drop .or from elinks.or.cz. 2005-12-29 04:35:02 +00:00
ChangeLog Remove Cogito from ChangeLog and INSTALL too 2008-07-01 02:17:51 +03:00
configure.in ncurses -> tinfo 2017-11-19 20:48:15 +01:00
COPYING Unicode/gen-case: Upgrade ISC licence to July 2007 version 2012-11-03 23:01:28 +02:00
features.conf Display combining characters at the end of the current string in set_hline 2016-04-12 21:58:54 +02:00
INSTALL INSTALL: autoconf-2.13 has not been supported for a while 2008-07-01 02:21:46 +03:00
Makefile Document that GNU Make >= 3.78 is needed, and check it. 2007-12-09 08:16:29 +02:00
Makefile.config.in Beginnings of terminfo support. 2017-11-19 18:29:38 +01:00
Makefile.lib Merge branch 'elinks-0.12' into elinks-0.13 2008-07-11 22:28:45 +03:00
NEWS NEWS: Sync from 0.12pre6 2012-11-03 23:05:37 +02:00
README README: Grammar fix 2008-05-15 19:21:32 +02:00
README.md - README.md 2017-11-11 13:13:37 +01:00
SITES SITES: delete or replace dead links 2008-06-30 20:36:47 +03: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