logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

vis-0.4-symbols.patch (666B)


  1. diff --git a/view.c b/view.c
  2. index fafabc5..c82384f 100644
  3. --- a/view.c
  4. +++ b/view.c
  5. @@ -90,10 +90,10 @@ static const SyntaxSymbol symbols_none[] = {
  6. };
  7. static const SyntaxSymbol symbols_default[] = {
  8. - [SYNTAX_SYMBOL_SPACE] = { "·" /* Middle Dot U+00B7 */ },
  9. + [SYNTAX_SYMBOL_SPACE] = { "␣" /* Open Box U+2423 */ },
  10. [SYNTAX_SYMBOL_TAB] = { "›" /* Single Right-Pointing Angle Quotation Mark U+203A */ },
  11. [SYNTAX_SYMBOL_TAB_FILL] = { " " },
  12. - [SYNTAX_SYMBOL_EOL] = { "↵" /* Downwards Arrow with Corner Leftwards U+21B5 */ },
  13. + [SYNTAX_SYMBOL_EOL] = { "⏎" /* RETURN SYMBOL U+23CE */ },
  14. [SYNTAX_SYMBOL_EOF] = { "~" },
  15. };