1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
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 1bd498cde9c972527a4c8b8b7a7050727f60b61d.
2011-01-19 03:44:50 +00:00
..
2007-07-27 14:13:27 +03:00
2010-09-16 01:33:45 +00:00
2006-05-20 15:01:24 +00:00
2005-10-21 09:14:07 +02:00
2007-08-29 09:57:18 +03:00