1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/terminal
Miciah Dashiel Butler Masters f1dee0d04f Drop special handling of ctrl-l
Drop special handling of ctrl-l in handle_interlink_event.

To make sure that the 'redraw' action works everywhere, first modify
menu_kbd_handler and mainmenu_kbd_handler to handle ACT_MENU_REDRAW; and
second, drop the ACTION_REQUIRE_VIEW_STATE flag from the 'redraw' action in
the 'main' keymap so that it works even if there is no document loaded.

Ctrl-l is already bound to 'redraw' in all keymaps by default, so the
current default behaviour is preserved.
2009-05-22 19:50:28 +00:00
..
color.c bug 1047: inline functions C99 conformance 2009-03-28 20:15:08 +02:00
color.h bug 1047: inline functions C99 conformance 2009-03-28 20:15:08 +02:00
draw.c Merge branch 'elinks-0.12' into master 2009-03-29 18:26:20 +03:00
draw.h big dialogs: draw_dlg_text: no need to pass the term. 2008-10-11 23:52:09 +03:00
event.c Drop special handling of ctrl-l 2009-05-22 19:50:28 +00:00
event.h Bug 867: Request and recognize bracketed paste. 2008-01-14 23:53:56 +02:00
hardio.c Doxygenate src/terminal/ 2007-07-27 18:33:33 +03:00
hardio.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
itrm.h Merge branch 'elinks-0.12' into elinks-0.13 2009-01-01 19:14:01 +00:00
kbd.c Merge branch 'elinks-0.12' into elinks-0.13 2009-01-01 19:14:01 +00:00
kbd.h Bug 867: More comments. 2008-01-19 18:12:18 +02: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 Doxygenate src/terminal/ 2007-07-27 18:33:33 +03:00
mouse.h terminal: Define separate structs for events passed via the interlink socket. 2006-08-06 20:02:39 +00:00
palette.inc Doxygen: Begin commands with @ not \. 2007-07-31 13:47:12 +03:00
screen.c Add support for ECMA-48 SGR italic 2009-05-22 19:48:59 +00:00
screen.h Doxygenate src/terminal/ 2007-07-27 18:33:33 +03:00
tab.c Merge branch 'elinks-0.12' into master 2009-03-29 18:26:20 +03:00
tab.h Move delayed_open to src/terminal/tab.c 2006-01-16 19:28:03 +00:00
terminal.c Merge branch 'elinks-0.12' into elinks-0.13 2009-01-01 19:14:01 +00:00
terminal.h Bug 1070: Support for fbterm. 2009-04-26 18:12:00 +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 big dialogs: redraw the dialog when scrolling 2008-10-12 14:01:05 +03:00
window.h big dialogs: redraw the dialog when scrolling 2008-10-12 14:01:05 +03:00