1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00
elinks/src/terminal
Witold Filipczyk a67188413c [lists] LIST_HEAD -> LIST_HEAD_EL to not clash with libevent's LIST_HEAD. Also added curl implementation of ftpes and sftp
Implementation of ftpes and sftp is based on curl's hiperfifo example. It requires libevent.
ftpes only encrypts control channel. There were problems when both control and data were encrypted. It stucked on SIZE.
Only successful connections work, errors are not handled properly.
2023-06-19 18:43:53 +02:00
..
color.c [color] Removed code related to draw_text_node 2022-10-16 15:18:34 +02:00
color.h [renderer] enum link_state -> link_state_T, enum color_flags -> color_flags_T 2022-01-28 16:11:54 +01:00
draw.c [color] Restore painting of trailing spaces 2022-10-17 10:04:46 +02:00
draw.h [color] Restore painting of trailing spaces 2022-10-17 10:04:46 +02:00
event.c [teminal] Added two output parameters to get_terminal_size. 2023-05-24 21:52:45 +02:00
event.h [teminal] Added two output parameters to get_terminal_size. 2023-05-24 21:52:45 +02:00
hardio.c [dos] Very experimental DOS port based on links-2.26 code 2022-05-09 18:53:36 +02:00
hardio.h [terminal] const in hard_write 2022-02-16 20:49:21 +01:00
itrm.h [terminal] itrm_queue data must be unsigned char * . Refs #87 2021-01-17 18:28:42 +01:00
kbd.c [teminal] Added two output parameters to get_terminal_size. 2023-05-24 21:52:45 +02:00
kbd.h [terminal] exec_on_terminal and related rewritten a bit to allow const param 2022-01-30 18:12:38 +01:00
key.inc Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
Makefile [configure.ac] --with-libsixel 2023-05-27 22:07:11 +02:00
meson.build [sixel] Small progress. 2023-05-19 21:31:51 +02:00
mouse.c [.config] Read/write configuration from ~/.config/elinks . Refs #199 2022-12-26 17:48:55 +01:00
mouse.h [mouse] enabled mouse in DOS 2022-05-10 19:19:49 +02:00
palette.inc Doxygen: Begin commands with @ not \. 2007-07-31 13:47:12 +03:00
screen.c [lists] LIST_HEAD -> LIST_HEAD_EL to not clash with libevent's LIST_HEAD. Also added curl implementation of ftpes and sftp 2023-06-19 18:43:53 +02:00
screen.h [sixel] Small progress. 2023-05-19 21:31:51 +02:00
sixel.c [sixel] Added copyright info 2023-05-27 22:10:00 +02:00
sixel.h [lists] LIST_HEAD -> LIST_HEAD_EL to not clash with libevent's LIST_HEAD. Also added curl implementation of ftpes and sftp 2023-06-19 18:43:53 +02:00
tab.c [terminal] cast 2022-01-26 17:58:29 +01:00
tab.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
terminal.cpp Allow building with -Dlibsixel=false 2023-05-28 10:52:07 +01:59
terminal.h [lists] LIST_HEAD -> LIST_HEAD_EL to not clash with libevent's LIST_HEAD. Also added curl implementation of ftpes and sftp 2023-06-19 18:43:53 +02:00
terminfo.c [terminfo] const char * 2022-02-21 18:25:11 +01:00
terminfo.h [terminfo] const char * 2022-02-21 18:25:11 +01: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 Allow building with -Dlibsixel=false 2023-05-28 10:52:07 +01:59
window.h [lists] LIST_HEAD -> LIST_HEAD_EL to not clash with libevent's LIST_HEAD. Also added curl implementation of ftpes and sftp 2023-06-19 18:43:53 +02:00