mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
af5e54d95f
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
|
||
---|---|---|
.. | ||
draw.c | ||
draw.h | ||
form.c | ||
form.h | ||
link.c | ||
link.h | ||
Makefile | ||
marks.c | ||
marks.h | ||
search.c | ||
search.h | ||
textarea.c | ||
textarea.h | ||
view.c | ||
view.h | ||
vs.c | ||
vs.h |