0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00
Kalle Olavi Niemitalo 39c157389d Don't let move_current_tab move the tab beyond the main menu.
src/terminal/tab.c (get_tab_by_number): Assert that the returned
struct window * actually points to a struct window.

src/terminal/tab.c (move_current_tab): Keep tabs contiguous in the
stack of windows.  Obey "ui.tabs.wraparound".

src/terminal/terminal.h (struct terminal): Documented that tabs can
move in the stack.

src/terminal/window.c (assert_window_stacking): Check that the main
menu isn't between tabs.
2006-05-14 22:17:26 +03:00
..
2005-10-21 09:14:07 +02:00
2005-12-22 00:03:30 +01:00
2005-10-21 09:14:07 +02:00
2006-02-15 23:25:54 +01:00
2005-11-24 14:24:14 +01:00
2005-10-21 09:14:07 +02:00
2005-10-20 04:00:35 +02:00
2005-10-21 09:14:07 +02:00
2006-01-11 20:10:27 +01:00
2006-01-16 19:28:03 +00:00
2006-01-11 20:12:59 +01:00