Ticket #148: 64_visible_tabs.patch
File 64_visible_tabs.patch, 854 bytes (added by Patrick Winnertz, 16 years ago) |
---|
-
./src/setup.c
216 216 { "editor_option_typewriter_wrap", &option_typewriter_wrap }, 217 217 { "editor_edit_confirm_save", &edit_confirm_save }, 218 218 { "editor_syntax_highlighting", &option_syntax_highlighting }, 219 { "editor_visible_tabs", &visible_tabs }, 220 { "editor_visible_spaces", &visible_tws }, 219 221 #endif /* USE_INTERNAL_EDIT */ 220 222 221 223 { "nice_rotating_dash", &nice_rotating_dash }, -
./edit/edit.h
298 298 extern int edit_confirm_save; 299 299 extern int column_highlighting; 300 300 301 extern int visible_tabs; 302 extern int visible_tws; 303 301 304 /* File names */ 302 305 #define EDIT_DIR ".mc" PATH_SEP_STR "cedit" 303 306 #define SYNTAX_FILE EDIT_DIR PATH_SEP_STR "Syntax"