mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Outdent labels as instructed in doc/hacking.txt.
Reported by Jonas Fonseca. Also add an empty line above the label in init_tab; but there are still several labels elsewhere that don't have empty lines above them.
This commit is contained in:
parent
9597d403ee
commit
55212827c7
@ -51,6 +51,7 @@ init_tab(struct terminal *term, void *data, window_handler_T handler)
|
|||||||
* above it if it were inactive, or below if it were active. */
|
* above it if it were inactive, or below if it were active. */
|
||||||
assert(term->main_menu == NULL);
|
assert(term->main_menu == NULL);
|
||||||
pos = (struct window *) term->windows.prev;
|
pos = (struct window *) term->windows.prev;
|
||||||
|
|
||||||
found_pos:
|
found_pos:
|
||||||
add_at_pos(pos, win);
|
add_at_pos(pos, win);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user