1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/viewer/text
Miciah Dashiel Butler Masters af5e54d95f send_kbd_event: Fix accesskeys when priority = 0
With document.browse.accesskey.priority = 0, accesskeys were ignored if
the current tab was not the last (rightmost) tab.  This commit fixes the
problem.

Add a function tabs_are_on_top(struct terminal *) which returns
a Boolean value indicating whether the topmost window is a tab (as
opposed to, e.g., a menu).

This commit fixes commit 1bd498cde9.
2011-01-19 03:44:50 +00:00
..
draw.c Merge branch 'elinks-0.12' into elinks-0.13 2008-08-03 22:18:53 +03:00
draw.h Doxygenate src/viewer/text/ 2007-07-27 14:13:27 +03:00
form.c field_op: use goto_link (micro-optimisation) 2009-05-22 20:05:16 +00:00
form.h Fixed bug relating to newlines in hidden input fields 2008-11-09 23:28:46 +02:00
link.c Introduce set_kbd_repeat_count 2010-09-16 01:33:45 +00:00
link.h field_op: use goto_link (micro-optimisation) 2009-05-22 20:05:16 +00:00
Makefile Bug 1060: Use libtre for regexp searches. 2009-02-08 18:26:22 +02:00
marks.c Strings corrections from Malcolm Parsons 2008-01-27 04:19:23 +00:00
marks.h Modularise viewer/text/marks 2006-05-20 15:01:24 +00:00
search.c Delete unused variables after next to last commit 2010-09-16 20:57:34 +00:00
search.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
textarea.c Merge branch 'elinks-0.12' into elinks-0.13 2008-11-10 00:07:20 +02:00
textarea.h Add free_textarea_data wrapper for done_textarea_data and use in destroy_terminal 2007-09-01 11:58:29 +00:00
view.c send_kbd_event: Fix accesskeys when priority = 0 2011-01-19 03:44:50 +00:00
view.h Add half-page-down and half-page-up commands 2010-09-14 20:42:32 +00:00
vs.c 952, 954: Add ecmascript_detach_form_view stub 2008-07-18 20:00:16 +03:00
vs.h More doc comments about coordinates. 2007-08-29 09:57:18 +03:00