mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
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.