1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/terminal
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
..
color.c plain_renderer: cg-log -c | elinks works. The code needs cleanup 2006-05-07 15:49:08 +02:00
color.h plain_renderer: cg-log -c | elinks works. The code needs cleanup 2006-05-07 15:49:08 +02:00
draw.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
draw.h Complete enum border_char using codes borrowed from TWIN project. 2005-11-29 11:20:10 +01:00
event.c Use get_opt_codepage_tree() 2005-12-22 00:03:30 +01:00
event.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
hardio.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
hardio.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
itrm.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
kbd.c Let BSD users use DEL on the console 2006-02-15 23:25:54 +01:00
kbd.h Remove unused ditrm declaration 2005-11-24 14:24:14 +01:00
key.inc Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
mouse.c mouse: Write disable_mouse sequences only in xterm 2006-02-28 22:52:01 +01:00
mouse.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
palette.inc Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
screen.c CONFIG_WIN32 -> CONFIG_OS_WIN32 2006-01-11 20:10:27 +01:00
screen.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
tab.c Don't let move_current_tab move the tab beyond the main menu. 2006-05-14 22:17:26 +03:00
tab.h Move delayed_open to src/terminal/tab.c 2006-01-16 19:28:03 +00:00
terminal.c CONFIG_BEOS -> CONFIG_OS_BEOS 2006-01-11 20:12:59 +01:00
terminal.h Don't let move_current_tab move the tab beyond the main menu. 2006-05-14 22:17:26 +03:00
TODO Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
window.c Don't let move_current_tab move the tab beyond the main menu. 2006-05-14 22:17:26 +03:00
window.h New tabs always open below dialogs, never above. 2006-05-14 14:03:17 +03:00