1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/terminal
Kalle Olavi Niemitalo 8010b3371b big dialogs: redraw the dialog when scrolling
Merge functions:
redraw_from_window(win) => redraw_windows(REDRAW_IN_FRONT_OF_WINDOW, win)
redraw_below_window(win) => redraw_windows(REDRAW_BEHIND_WINDOW, win)
Add REDRAW_WINDOW_AND_FRONT as a third possibility.
Then use that in update_hierbox_browser(), which previously used
window.next for this purpose, and in dialog-scrolling code,
which previously did not redraw the dialog box itself.
2008-10-12 14:01:05 +03:00
..
color.c Doxygenate src/terminal/ 2007-07-27 18:33:33 +03:00
color.h Doxygenate src/terminal/ 2007-07-27 18:33:33 +03:00
draw.c big dialogs: draw_dlg_text: no need to pass the term. 2008-10-11 23:52:09 +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 EVENT_TEXTAREA, use EVENT_RESIZE instead 2007-09-01 12:46:02 +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 2008-02-03 22:30:46 +02:00
kbd.c Merge branch 'elinks-0.12' into elinks-0.13 2008-06-08 20:47:36 +03: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 Bug 824: Disable combining characters unless --enable-combining. 2008-01-19 20:58:22 +02:00
screen.h Doxygenate src/terminal/ 2007-07-27 18:33:33 +03:00
tab.c Check session- and domain-specific settings for many options 2007-08-30 21:11:51 +00:00
tab.h Move delayed_open to src/terminal/tab.c 2006-01-16 19:28:03 +00:00
terminal.c Add free_textarea_data wrapper for done_textarea_data and use in destroy_terminal 2007-09-01 11:58:29 +00:00
terminal.h Make the textarea_data member of struct terminal opaque 2007-09-01 12:02:21 +00: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