1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/config
Kalle Olavi Niemitalo b216a21b79 config: Each backslash escapes only one character.
Previously, if you did this in elinks.conf:
set document.dump.header = "\'\\"
then str_rd() failed to detect the end of the string.
2008-02-03 14:43:09 +02:00
..
actions-edit.inc doc: cut-clipboard does not merely delete text from clipboard. 2007-02-11 23:34:44 +02:00
actions-main.inc New action: move-cursor-line-start. 2007-12-16 01:13:39 +02:00
actions-menu.inc Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
cmdline.c bug 978: Python's webbrowser.open_new_tab(URL) works since now. 2007-11-22 19:10:45 +01:00
cmdline.h Declare element types of lists. 2007-07-26 22:47:23 +03:00
conf.c config: more const in elinks.conf parsing 2008-02-03 14:43:06 +02:00
conf.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
dialogs.c Delete unused keybinding_dialog_list. 2007-07-26 22:45:19 +03:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
home.c Win32: Put .elinks in Application Data if %HOME% is undefined. 2007-07-18 00:27:08 +03:00
home.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
kbdbind.c Missing change from last commit 2008-01-27 18:50:29 +00:00
kbdbind.h Add KEYMAP_INVALID value for enum keymap_id and properly check for it 2008-01-27 18:50:29 +00:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
options.c Declare element types of lists. 2007-07-26 22:47:23 +03:00
options.h Declare element types of lists. 2007-07-26 22:47:23 +03:00
options.inc Strings corrections from Malcolm Parsons 2008-01-27 04:19:23 +00:00
opttypes.c config: Each backslash escapes only one character. 2008-02-03 14:43:09 +02:00
opttypes.h Remove unused add handler in the option_type_info struct 2007-05-28 12:42:11 +02:00
timer.c Make arrays of option change hooks const. 2007-01-27 19:00:47 +02:00
timer.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
urlhist.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
urlhist.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00