Changes between Initial Version and Version 1 of Ticket #3845
- Timestamp:
- 08/01/17 18:59:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3845 – Description
initial v1 1 1 I can't see text printed in bright blue in tty (Slackware Linux, using default skin), I suggest to replace it in syntax files with bright cyan, it can be done with such script ran in syntax folder (skips filehighlight.syntax and syntax.syntax): 2 2 3 {{{ 3 4 #! /bin/tcsh 4 5 set a = `basename $0` … … 8 9 endif 9 10 end 11 }}}