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 9e30ee631c terminal: Do not call toupper with potentially out-of-range values.
For instance, if Ctrl-F1 were pressed and src/terminal/kbd.c supported it,
then toupper(KBD_F1) would be called, resulting in undefined behaviour.
src/terminal/kbd.c does not support such combinations yet, but it is
safest to fix the bug already.
2006-08-06 20:02:38 +00: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 Trim trailing whitespaces. 2006-07-27 09:51:10 +02:00
draw.h Trim trailing whitespaces. 2006-07-27 09:51:10 +02:00
event.c terminal: Do not call toupper with potentially out-of-range values. 2006-08-06 20:02:38 +00: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 terminal doc: itrm.in.sock == itrm.out.std in the master process. 2006-08-01 11:00:23 +00:00
kbd.c terminal doc: TERM=sun explains 4 ctl seqs. Terminfo u6 is position report. 2006-08-01 11:00:22 +00: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 Fix crash when exiting after disabling the mouse 2006-07-02 03:28:51 +00: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 Trim trailing whitespaces. 2006-07-27 09:51:10 +02:00
screen.h Modularise src/terminal 2006-05-20 15:01:24 +00:00
tab.c Replace a loop with arithmetic in move_current_tab 2006-05-15 20:00:27 +00:00
tab.h Move delayed_open to src/terminal/tab.c 2006-01-16 19:28:03 +00:00
terminal.c Modularise src/terminal 2006-05-20 15:01:24 +00:00
terminal.h Merge with utf8. src/document/plain/renderer.c replaced by utf8 version 2006-07-21 13:12:06 +02: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