1
1

Merge branch '148_fancy_tab_handling'

Этот коммит содержится в:
Patrick Winnertz 2009-01-19 22:53:44 +01:00
родитель 1150007bff 0a88e1b253
Коммит 03a5cef8e6
3 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,9 @@
2009-01-18 Patrick Winnertz <winnie@debian.org
2009-01-19 Patrick Winnertz <winnie@debian.org>
* edit/edit.h: Add two more ints
* src/setup.c: Add keybinding to disable tab highlighting
2009-01-18 Patrick Winnertz <winnie@debian.org>
* edit/editdraw.c: Moved var into if clause as it's only used
there

Просмотреть файл

@ -298,6 +298,9 @@ extern char *option_backup_ext;
extern int edit_confirm_save;
extern int column_highlighting;
extern int visible_tabs;
extern int visible_tws;
/* File names */
#define EDIT_DIR ".mc" PATH_SEP_STR "cedit"
#define SYNTAX_FILE EDIT_DIR PATH_SEP_STR "Syntax"

Просмотреть файл

@ -216,6 +216,8 @@ static const struct {
{ "editor_option_typewriter_wrap", &option_typewriter_wrap },
{ "editor_edit_confirm_save", &edit_confirm_save },
{ "editor_syntax_highlighting", &option_syntax_highlighting },
{ "editor_visible_tabs", &visible_tabs },
{ "editor_visible_spaces", &visible_tws },
#endif /* USE_INTERNAL_EDIT */
{ "nice_rotating_dash", &nice_rotating_dash },